Skip to content

Commit

Permalink
build: migrate to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Mar 18, 2024
1 parent c51cf99 commit 79d3420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "nx run-many --target=lint --all --parallel",
"test": "nx run-many --target=test --all --parallel",
"preversion": "pnpm i --frozen-lockfile",
"version": "pnpm i && git add pnpm-workspace.yaml",
"version": "pnpm i && git add pnpm-lock.yaml",
"postversion": "git push",
"predeploy": "npm run build",
"deploy": "nx run-many --target=deploy --all"
Expand Down

0 comments on commit 79d3420

Please sign in to comment.