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 79c3361 commit c51cf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"build": "nx run-many --target=build --all --parallel",
"lint": "nx run-many --target=lint --all --parallel",
"test": "nx run-many --target=test --all --parallel",
"preversion": "npm i --frozen-lockfile",
"version": "npm i && git add package-lock.json",
"preversion": "pnpm i --frozen-lockfile",
"version": "pnpm i && git add pnpm-workspace.yaml",
"postversion": "git push",
"predeploy": "npm run build",
"deploy": "nx run-many --target=deploy --all"
Expand Down

0 comments on commit c51cf99

Please sign in to comment.