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 25f776b commit 5b59cc2Copy full SHA for 5b59cc2
package.json
@@ -30,7 +30,7 @@
30
"lint-js": "eslint lib docs",
31
"now-build": "next build",
32
"now-start": "next start",
33
- "postlint": "npm run lint-js",
+ "postversion": "git commit -m \"chore: v$npm_package_version\" package*.json",
34
"postpublish": "script/postpublish",
35
"prepare": "npm run dist",
36
"prepublishOnly": "script/prepublish",
0 commit comments