Skip to content

Commit 5b59cc2

Browse files
committed
npm: nix postlint script, add postversion
1 parent 25f776b commit 5b59cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lint-js": "eslint lib docs",
3131
"now-build": "next build",
3232
"now-start": "next start",
33-
"postlint": "npm run lint-js",
33+
"postversion": "git commit -m \"chore: v$npm_package_version\" package*.json",
3434
"postpublish": "script/postpublish",
3535
"prepare": "npm run dist",
3636
"prepublishOnly": "script/prepublish",

0 commit comments

Comments
 (0)