We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f125bda commit 1214b89Copy full SHA for 1214b89
package.json
@@ -21,7 +21,7 @@
21
"lint": "eslint . --ext .ts",
22
"lint:fix": "eslint . --ext .ts --fix",
23
"test": "npm test --workspaces --if-present",
24
- "version": "npm --no-git-tag-version --workspaces=packages version"
+ "version": "npm --no-git-tag-version --workspace=packages version"
25
},
26
"workspaces": [
27
"packages/core",
0 commit comments