Skip to content

Commit f125bda

Browse files
committed
scope version script to workspace packages folder.
1 parent 8b31d02 commit f125bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint": "eslint . --ext .ts",
2222
"lint:fix": "eslint . --ext .ts --fix",
2323
"test": "npm test --workspaces --if-present",
24-
"version": "npm --no-git-tag-version --workspaces version"
24+
"version": "npm --no-git-tag-version --workspaces=packages version"
2525
},
2626
"workspaces": [
2727
"packages/core",

0 commit comments

Comments
 (0)