|
20 | 20 | }, |
21 | 21 | "type": "module", |
22 | 22 | "scripts": { |
23 | | - "postinstall": "cd ./epicshop && npm install", |
24 | | - "start": "npx --prefix ./epicshop epicshop start", |
25 | | - "dev": "npx --prefix ./epicshop epicshop start", |
26 | | - "test": "npm run test --silent --prefix playground", |
27 | | - "test:e2e": "npm run test:e2e --silent --prefix playground", |
28 | | - "test:e2e:dev": "npm run test:e2e:dev --silent --prefix playground", |
29 | | - "test:e2e:run": "npm run test:e2e:run --silent --prefix playground", |
| 23 | + "postinstall": "cd ./epicshop && pkgmgr install", |
| 24 | + "start": "pkgmgrx --prefix ./epicshop epicshop start", |
| 25 | + "dev": "pkgmgrx --prefix ./epicshop epicshop start", |
| 26 | + "test": "pkgmgr run test --silent --prefix playground", |
| 27 | + "test:e2e": "pkgmgr run test:e2e --silent --prefix playground", |
| 28 | + "test:e2e:dev": "pkgmgr run test:e2e:dev --silent --prefix playground", |
| 29 | + "test:e2e:run": "pkgmgr run test:e2e:run --silent --prefix playground", |
30 | 30 | "setup": "node ./epicshop/setup.js", |
31 | 31 | "setup:custom": "node ./epicshop/setup-custom.js", |
32 | 32 | "lint": "eslint .", |
|
62 | 62 | "eslint": "^9.31.0", |
63 | 63 | "eslint-plugin-react-hooks": "^5.2.0", |
64 | 64 | "prettier": "^3.6.2", |
65 | | - "typescript": "^5.8.3" |
| 65 | + "typescript": "^5.8.3", |
| 66 | + "pkgmgr": "^1.1.1" |
66 | 67 | }, |
67 | 68 | "prettier": "@epic-web/config/prettier" |
68 | 69 | } |
0 commit comments