|
26 | 26 | }, |
27 | 27 | "type": "module", |
28 | 28 | "scripts": { |
29 | | - "postinstall": "cd ./epicshop && npm install", |
30 | | - "start": "npx --prefix ./epicshop epicshop start", |
31 | | - "dev": "npx --prefix ./epicshop epicshop start", |
| 29 | + "postinstall": "cd ./epicshop && pkgmgr install", |
| 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 | "lint": "eslint .", |
40 | 40 | "format": "prettier --write .", |
41 | 41 | "typecheck": "tsc -b" |
|
45 | 45 | "license": "GPL-3.0-only", |
46 | 46 | "devDependencies": { |
47 | 47 | "eslint": "^8.57.0", |
| 48 | + "pkgmgr": "^1.1.0", |
48 | 49 | "prettier": "^3.2.5" |
49 | 50 | }, |
50 | 51 | "eslintIgnore": [ |
|
0 commit comments