Skip to content

Commit 5b56d9c

Browse files
authored
Update development process (#80)
1 parent ce6b801 commit 5b56d9c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

DEVELOPMENT.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Development Guide
22

33
- run all tests: <code type="npm/script-call">npm run test</code>
4-
- deploy a new version:
5-
- update `package.json` to the new version and commit to main
6-
- run `npm publish`
4+
5+
### deploy a new version
6+
7+
- update `package.json` to the new version
8+
- run `npm install` to update `package-lock.json`
9+
- commit to `main`
10+
- run `npm publish`

0 commit comments

Comments
 (0)