Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
chore(workspace): update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Mar 24, 2022
1 parent ca594d5 commit 8cd0ebd
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 @@ -86,7 +86,7 @@
"lint": "nx run-many --all --target=lint",
"prepare": "npm-run-all prepare:hooks",
"prepare:hooks": "husky install",
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json",
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json packages/transport/package.json",
"serve": "nx run-many --all --target=serve"
},
"version": "0.2.42",
Expand Down

0 comments on commit 8cd0ebd

Please sign in to comment.