|
18 | 18 | }, |
19 | 19 | "type": "module", |
20 | 20 | "scripts": { |
21 | | - "postinstall": "cd ./epicshop && npm install", |
22 | | - "start": "npx --prefix ./epicshop epicshop start", |
23 | | - "dev": "npx --prefix ./epicshop epicshop start", |
24 | | - "test": "npm run test --silent --prefix playground", |
25 | | - "test:e2e": "npm run test:e2e --silent --prefix playground", |
26 | | - "test:e2e:dev": "npm run test:e2e:dev --silent --prefix playground", |
27 | | - "test:e2e:run": "npm run test:e2e:run --silent --prefix playground", |
| 21 | + "postinstall": "cd ./epicshop && pkgmgr install", |
| 22 | + "start": "pkgmgrx --prefix ./epicshop epicshop start", |
| 23 | + "dev": "pkgmgrx --prefix ./epicshop epicshop start", |
| 24 | + "test": "pkgmgr run test --silent --prefix playground", |
| 25 | + "test:e2e": "pkgmgr run test:e2e --silent --prefix playground", |
| 26 | + "test:e2e:dev": "pkgmgr run test:e2e:dev --silent --prefix playground", |
| 27 | + "test:e2e:run": "pkgmgr run test:e2e:run --silent --prefix playground", |
28 | 28 | "setup": "node ./epicshop/setup.js", |
29 | 29 | "setup:custom": "node ./epicshop/setup-custom.js", |
30 | 30 | "lint": "eslint .", |
|
47 | 47 | "@epic-web/config": "^1.21.0", |
48 | 48 | "eslint": "^9.31.0", |
49 | 49 | "prettier": "^3.6.2", |
50 | | - "typescript": "^5.8.3" |
| 50 | + "typescript": "^5.8.3", |
| 51 | + "pkgmgr": "^1.1.1" |
51 | 52 | }, |
52 | 53 | "prettier": "@epic-web/config/prettier" |
53 | 54 | } |
0 commit comments