mirror of
https://github.com/primer/css.git
synced 2024-11-26 12:14:22 +03:00
npm: nix postlint script, add postversion
This commit is contained in:
parent
25f776bf0a
commit
5b59cc2556
@ -30,7 +30,7 @@
|
||||
"lint-js": "eslint lib docs",
|
||||
"now-build": "next build",
|
||||
"now-start": "next start",
|
||||
"postlint": "npm run lint-js",
|
||||
"postversion": "git commit -m \"chore: v$npm_package_version\" package*.json",
|
||||
"postpublish": "script/postpublish",
|
||||
"prepare": "npm run dist",
|
||||
"prepublishOnly": "script/prepublish",
|
||||
|
Loading…
Reference in New Issue
Block a user