Skip to content

Commit

Permalink
Add the missing package.json script (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-w authored Jul 11, 2024
1 parent 164af52 commit f0d0e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"test:changed": "nx affected:test --base=origin/main --skip-nx-cache --parallel=1",
"style": "pnpm lint:fix",
"skip-lib-ignore": "./hack/skip-lib-ignore.sh",
"release": "node ./scripts/release.js"
"release": "node ./scripts/release.js",
"install-pnpm": "npm install -g pnpm"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f0d0e3e

Please sign in to comment.