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 ab5fb08 commit 7474f19Copy full SHA for 7474f19
package.json
@@ -26,7 +26,7 @@
26
"publish-patch": "./bin/version.js patch",
27
"publish-minor": "./bin/version.js minor",
28
"publish-major": "./bin/version.js major",
29
- "publish-preview": "npm publish --dry-run --workspaces",
+ "publish-preview": "npm publish --workspaces --dry-run",
30
"debug-link": "npm link --workspaces"
31
},
32
"private": true
0 commit comments