|
27 | 27 | "type": "module", |
28 | 28 | "scripts": { |
29 | 29 | "postinstall": "patch-package --patch-dir epicshop/patches && cd ./epicshop && npm install", |
30 | | - "start": "npx --prefix ./epicshop epicshop start", |
31 | | - "dev": "npx --prefix ./epicshop epicshop start", |
| 30 | + "start": "pkgmgrx --prefix ./epicshop epicshop start", |
| 31 | + "dev": "pkgmgrx --prefix ./epicshop epicshop start", |
32 | 32 | "setup": "node ./epicshop/setup.js", |
33 | 33 | "setup:custom": "node ./epicshop/setup-custom.js", |
34 | | - "build": "npm run build --if-present --workspaces", |
35 | | - "test": "npm run test --silent --prefix playground", |
36 | | - "test:e2e": "npm run test:e2e --silent --prefix playground", |
37 | | - "test:e2e:dev": "npm run test:e2e:dev --silent --prefix playground", |
38 | | - "test:e2e:run": "npm run test:e2e:run --silent --prefix playground", |
| 34 | + "build": "pkgmgr run build --if-present --workspaces", |
| 35 | + "test": "pkgmgr run test --silent --prefix playground", |
| 36 | + "test:e2e": "pkgmgr run test:e2e --silent --prefix playground", |
| 37 | + "test:e2e:dev": "pkgmgr run test:e2e:dev --silent --prefix playground", |
| 38 | + "test:e2e:run": "pkgmgr run test:e2e:run --silent --prefix playground", |
39 | 39 | "pretest:all": "npm run build", |
40 | 40 | "test:all": "node ./scripts/test.js", |
41 | 41 | "lint": "eslint .", |
|
121 | 121 | ".env", |
122 | 122 | "**/package-lock.json", |
123 | 123 | "**/playwright-report/**" |
124 | | - ] |
| 124 | + ], |
| 125 | + "devDependencies": { |
| 126 | + "pkgmgr": "^1.1.1" |
| 127 | + } |
125 | 128 | } |
0 commit comments