We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6b801 commit 5b56d9cCopy full SHA for 5b56d9c
DEVELOPMENT.md
@@ -1,6 +1,10 @@
1
# Development Guide
2
3
- 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`
+
+### deploy a new version
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