We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cf710 commit f9929b7Copy full SHA for f9929b7
package.json
@@ -6,8 +6,8 @@
6
"scripts": {
7
"init": "pnpm i",
8
"ci": "pnpm i --frozen-lockfile",
9
- "build:prod": "nx run-many -t build:prod",
10
- "build:staging": "nx run-many -t build:staging",
+ "build:prod": "pnpm nx run-many -t build:prod",
+ "build:staging": "pnpm nx run-many -t build:staging",
11
"clean": "pnpm dlx rimraf --glob packages/*/dist packages/*/node_modules node_modules",
12
"prepare": "husky"
13
},
0 commit comments