Remove unnecessary publishing instruction

This commit is contained in:
Florine W. Dekker 2020-09-15 15:30:03 +02:00
parent 5d105387fd
commit 82f94f286b
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ $> npm run deploy
```shell script
# Log in to npm
$> npm login
# Build before publishing
$> npm run prepare
# Push to npm
$> npm publish --access public
```