|
23 | 23 | }, |
24 | 24 | "type": "module", |
25 | 25 | "scripts": { |
26 | | - "postinstall": "cd ./epicshop && npm install", |
27 | | - "start": "npx --prefix ./epicshop epicshop start", |
28 | | - "dev": "npx --prefix ./epicshop epicshop start", |
29 | | - "test": "npm run test --silent --prefix playground", |
30 | | - "test:e2e": "npm run test:e2e --silent --prefix playground", |
31 | | - "test:e2e:dev": "npm run test:e2e:dev --silent --prefix playground", |
32 | | - "test:e2e:run": "npm run test:e2e:run --silent --prefix playground", |
| 26 | + "postinstall": "cd ./epicshop && pkgmgr install", |
| 27 | + "start": "pkgmgrx --prefix ./epicshop epicshop start", |
| 28 | + "dev": "pkgmgrx --prefix ./epicshop epicshop start", |
| 29 | + "test": "pkgmgr run test --silent --prefix playground", |
| 30 | + "test:e2e": "pkgmgr run test:e2e --silent --prefix playground", |
| 31 | + "test:e2e:dev": "pkgmgr run test:e2e:dev --silent --prefix playground", |
| 32 | + "test:e2e:run": "pkgmgr run test:e2e:run --silent --prefix playground", |
33 | 33 | "setup": "node ./epicshop/setup.js", |
34 | 34 | "setup:custom": "node ./epicshop/setup-custom.js", |
35 | 35 | "lint": "eslint . --concurrency=auto", |
|
53 | 53 | "@epic-web/config": "^1.21.3", |
54 | 54 | "eslint": "^9.39.2", |
55 | 55 | "prettier": "^3.7.4", |
56 | | - "typescript": "^5.9.3" |
| 56 | + "typescript": "^5.9.3", |
| 57 | + "pkgmgr": "^1.1.1" |
57 | 58 | }, |
58 | 59 | "prettier": "@epic-web/config/prettier", |
59 | 60 | "dependencies": { |
|
0 commit comments