We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931d67c commit 0c2a7e1Copy full SHA for 0c2a7e1
1 file changed
scripts.md
@@ -99,9 +99,10 @@ latest tags pulled. This is taken care of by the `publish:prepare` script.
99
### `npm run publish:prepare`
100
101
This script will clone a copy of blockly-samples to a directory called `dist`,
102
-run `npm ci`, build and test all plugins, and then log in to the npm publishing
103
-service. It must be run before any of the other manual publishing commands are
104
-run.
+run `npm ci`, then build and test all plugins.
+
+Note that this script does not handle npm authentication. You will need to
105
+already possess a valid npm granular access token in order to publish.
106
107
If any plugin fails to build or some tests fail, this script should fail. Since
108
nothing has been pushed to npm or github, you can simply correct the error and
0 commit comments