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

Commit 8cd0ebd

Browse files
committed
chore(workspace): update release script
1 parent ca594d5 commit 8cd0ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"lint": "nx run-many --all --target=lint",
8787
"prepare": "npm-run-all prepare:hooks",
8888
"prepare:hooks": "husky install",
89-
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json",
89+
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json packages/transport/package.json",
9090
"serve": "nx run-many --all --target=serve"
9191
},
9292
"version": "0.2.42",

0 commit comments

Comments
 (0)