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 4c166d8 commit 8b209c1Copy full SHA for 8b209c1
tools/scripts/npm.mjs
@@ -52,4 +52,4 @@ invariant(
52
process.chdir(outputPath)
53
54
// Execute "npm publish" to publish
55
-execSync(`npm publish --access public --tag ${tag}`)
+execSync(`npm publish --access public`)
0 commit comments