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 0507c59 commit a8552f3Copy full SHA for a8552f3
publish.js
@@ -57,7 +57,7 @@ var tgz = shell.exec("find ./build -name *.tar.gz");
57
shell.cp(tgz, "./bin-package/");
58
shell.pushd("./dist");
59
60
-shell.exec(shouldPublish ? "npm publish --access restricted" : "echo 'Skipping publishing to npm...'");
+shell.exec(shouldPublish ? "npm publish --access public" : "echo 'Skipping publishing to npm...'");
61
shell.popd();
62
63
shell.echo("publish.js COMPLETE");
0 commit comments