|
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 .", |
|
42 | 42 | "@epic-web/config": "^1.19.0", |
43 | 43 | "eslint": "^9.24.0", |
44 | 44 | "prettier": "^3.5.3", |
45 | | - "typescript": "^5.8.3" |
| 45 | + "typescript": "^5.8.3", |
| 46 | + "pkgmgr": "^1.1.1" |
46 | 47 | }, |
47 | 48 | "prettier": "@epic-web/config/prettier" |
48 | 49 | } |
0 commit comments