|
13 | 13 | }, |
14 | 14 | "type": "module", |
15 | 15 | "scripts": { |
16 | | - "postinstall": "cd ./epicshop && npm install", |
17 | | - "start": "npx --prefix ./epicshop epicshop start", |
18 | | - "dev": "npx --prefix ./epicshop epicshop start", |
19 | | - "test": "npm run test --silent --prefix playground", |
20 | | - "test:e2e": "npm run test:e2e --silent --prefix playground", |
21 | | - "test:e2e:dev": "npm run test:e2e:dev --silent --prefix playground", |
22 | | - "test:e2e:run": "npm run test:e2e:run --silent --prefix playground", |
| 16 | + "postinstall": "cd ./epicshop && pkgmgr install", |
| 17 | + "start": "pkgmgrx --prefix ./epicshop epicshop start", |
| 18 | + "dev": "pkgmgrx --prefix ./epicshop epicshop start", |
| 19 | + "test": "pkgmgr run test --silent --prefix playground", |
| 20 | + "test:e2e": "pkgmgr run test:e2e --silent --prefix playground", |
| 21 | + "test:e2e:dev": "pkgmgr run test:e2e:dev --silent --prefix playground", |
| 22 | + "test:e2e:run": "pkgmgr run test:e2e:run --silent --prefix playground", |
23 | 23 | "setup": "node ./epicshop/setup.js", |
24 | 24 | "setup:custom": "node ./epicshop/setup-custom.js", |
25 | 25 | "lint": "eslint .", |
|
43 | 43 | "@epic-web/config": "^1.18.3", |
44 | 44 | "eslint": "^9.9.0", |
45 | 45 | "prettier": "^3.3.3", |
46 | | - "typescript": "^5.7.3" |
| 46 | + "typescript": "^5.7.3", |
| 47 | + "pkgmgr": "^1.1.1" |
47 | 48 | }, |
48 | 49 | "prettier": "@epic-web/config/prettier" |
49 | 50 | } |
0 commit comments