Skip to content

Commit 97b9f4d

Browse files
committed
doc: update instructions on publishing package
1 parent fb77547 commit 97b9f4d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,12 @@ This will setup a new docker container, install npm dependencies and start the d
119119
Document all user-visible changes in the "Unreleased" section in `CHANGELOG.MD`.
120120

121121
## Publishing (maintainer only)
122-
In order to rebuild the files for publishing a new version on npm, execute this command:
123-
```bash
124-
./start.sh build
125-
```
126-
127122
Create a the `.npmrc` file:
128123
```
129124
//registry.npmjs.org/:_authToken=<token>
130125
```
131126

132-
Run
133-
```
134-
npm publish
127+
Update package.json version, create tag, create changelog, push, npm publish:
128+
```bash
129+
./start.sh publish
135130
```

0 commit comments

Comments
 (0)