Skip to content

Commit a8552f3

Browse files
author
Ernie Turner
committed
Change NPM release to be public and not restricted
1 parent 0507c59 commit a8552f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var tgz = shell.exec("find ./build -name *.tar.gz");
5757
shell.cp(tgz, "./bin-package/");
5858
shell.pushd("./dist");
5959

60-
shell.exec(shouldPublish ? "npm publish --access restricted" : "echo 'Skipping publishing to npm...'");
60+
shell.exec(shouldPublish ? "npm publish --access public" : "echo 'Skipping publishing to npm...'");
6161
shell.popd();
6262

6363
shell.echo("publish.js COMPLETE");

0 commit comments

Comments
 (0)