|
35 | 35 | "type": "module", |
36 | 36 | "scripts": { |
37 | 37 | "postinstall": "cd ./epicshop && npm install && cd ./epic-me && npm install", |
38 | | - "start": "npx --prefix ./epicshop epicshop start", |
39 | | - "dev": "npx --prefix ./epicshop epicshop start", |
| 38 | + "start": "pkgmgrx --prefix ./epicshop epicshop start", |
| 39 | + "dev": "pkgmgrx --prefix ./epicshop epicshop start", |
40 | 40 | "update": "npx --prefix ./epicshop epicshop update", |
41 | | - "test": "npm run test --silent --prefix playground", |
42 | | - "test:e2e": "npm run test:e2e --silent --prefix playground", |
43 | | - "test:e2e:dev": "npm run test:e2e:dev --silent --prefix playground", |
44 | | - "test:e2e:run": "npm run test:e2e:run --silent --prefix playground", |
| 41 | + "test": "pkgmgr run test --silent --prefix playground", |
| 42 | + "test:e2e": "pkgmgr run test:e2e --silent --prefix playground", |
| 43 | + "test:e2e:dev": "pkgmgr run test:e2e:dev --silent --prefix playground", |
| 44 | + "test:e2e:run": "pkgmgr run test:e2e:run --silent --prefix playground", |
45 | 45 | "setup": "node ./epicshop/setup.js", |
46 | 46 | "setup:custom": "node ./epicshop/setup-custom.js", |
47 | 47 | "lint": "eslint .", |
|
67 | 67 | "@epic-web/config": "^1.21.3", |
68 | 68 | "eslint": "^9.39.1", |
69 | 69 | "prettier": "^3.7.4", |
70 | | - "typescript": "^5.9.3" |
| 70 | + "typescript": "^5.9.3", |
| 71 | + "pkgmgr": "^1.1.1" |
71 | 72 | }, |
72 | 73 | "prettier": "@epic-web/config/prettier" |
73 | 74 | } |
0 commit comments