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 9bd3f3d commit 7cad3b5Copy full SHA for 7cad3b5
CONTRIBUTING.md
@@ -0,0 +1,7 @@
1
+# Contributing to Loco CLI
2
+
3
+## Publish a new version
4
5
+1. Update the version in `package.json`: `npm version <major|minor|patch>`
6
+2. Run `yarn build`
7
+3. Run `npm publish`
0 commit comments