Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1214b89

Browse files
committedFeb 17, 2023
scope version script to workspace packages folder.
1 parent f125bda commit 1214b89

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
@@ -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=packages version"
24+
"version": "npm --no-git-tag-version --workspace=packages version"
2525
},
2626
"workspaces": [
2727
"packages/core",

0 commit comments

Comments
 (0)
Please sign in to comment.