Skip to content

Commit f9929b7

Browse files
committed
feat: update build scripts to use pnpm for nx commands
1 parent 29cf710 commit f9929b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"scripts": {
77
"init": "pnpm i",
88
"ci": "pnpm i --frozen-lockfile",
9-
"build:prod": "nx run-many -t build:prod",
10-
"build:staging": "nx run-many -t build:staging",
9+
"build:prod": "pnpm nx run-many -t build:prod",
10+
"build:staging": "pnpm nx run-many -t build:staging",
1111
"clean": "pnpm dlx rimraf --glob packages/*/dist packages/*/node_modules node_modules",
1212
"prepare": "husky"
1313
},

0 commit comments

Comments
 (0)