|
19 | 19 | }, |
20 | 20 | "type": "module", |
21 | 21 | "scripts": { |
22 | | - "postinstall": "cd ./epicshop && npm install", |
23 | | - "start": "npx --prefix ./epicshop epicshop start", |
24 | | - "dev": "npx --prefix ./epicshop epicshop start", |
25 | | - "test": "npm run test --silent --prefix playground", |
26 | | - "test:e2e": "npm run test:e2e --silent --prefix playground", |
27 | | - "test:e2e:dev": "npm run test:e2e:dev --silent --prefix playground", |
28 | | - "test:e2e:run": "npm run test:e2e:run --silent --prefix playground", |
| 22 | + "postinstall": "cd ./epicshop && pkgmgr install", |
| 23 | + "start": "pkgmgrx --prefix ./epicshop epicshop start", |
| 24 | + "dev": "pkgmgrx --prefix ./epicshop epicshop start", |
| 25 | + "test": "pkgmgr run test --silent --prefix playground", |
| 26 | + "test:e2e": "pkgmgr run test:e2e --silent --prefix playground", |
| 27 | + "test:e2e:dev": "pkgmgr run test:e2e:dev --silent --prefix playground", |
| 28 | + "test:e2e:run": "pkgmgr run test:e2e:run --silent --prefix playground", |
29 | 29 | "setup": "node ./epicshop/setup.js", |
30 | 30 | "setup:custom": "node ./epicshop/setup-custom.js", |
31 | 31 | "lint": "eslint . --concurrency=auto", |
|
49 | 49 | "@epic-web/config": "^1.21.3", |
50 | 50 | "eslint": "^9.39.2", |
51 | 51 | "prettier": "^3.7.4", |
52 | | - "typescript": "^5.9.3" |
| 52 | + "typescript": "^5.9.3", |
| 53 | + "pkgmgr": "^1.1.1" |
53 | 54 | }, |
54 | 55 | "prettier": "@epic-web/config/prettier" |
55 | 56 | } |
0 commit comments