Skip to content

Commit 0c2a7e1

Browse files
committed
chore: update docs
1 parent 931d67c commit 0c2a7e1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

scripts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ latest tags pulled. This is taken care of by the `publish:prepare` script.
9999
### `npm run publish:prepare`
100100

101101
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.
102+
run `npm ci`, then build and test all plugins.
103+
104+
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.
105106

106107
If any plugin fails to build or some tests fail, this script should fail. Since
107108
nothing has been pushed to npm or github, you can simply correct the error and

0 commit comments

Comments
 (0)