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 941204a commit a15cd24Copy full SHA for a15cd24
package.json
@@ -12,7 +12,7 @@
12
"prepublish": "npm run build",
13
"validate": "npm ls",
14
"preversion": "npm run lint",
15
- "version": "npm run build && git add CHANGELOG.md",
+ "version": "git add CHANGELOG.md",
16
"postversion": "git push && git push --tags"
17
},
18
"repository": {
0 commit comments