Skip to content

Commit c64a111

Browse files
committed
Update scripts
1 parent 96b3bcc commit c64a111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
"dev": "concurrently \"gulp\" \"npm run server:dev\"",
6363
"lint": "standard-markdown README.md && standard",
6464
"postinstall": "lerna bootstrap",
65+
"postrelease": "npm run publish && npm run authors:commit && npm run changelog:commit",
6566
"precommit": "lint-staged",
6667
"pretest": "npm run lint",
6768
"pretty": "prettier-standard index.js {test,src}/**/*.js --single-quote",
68-
"publish": "lerna publish --sort",
69-
"release": "npm run publish && npm run authors:commit && npm run changelog:commit",
69+
"release": "lerna publish --sort",
7070
"server:dev": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
7171
"test": "lerna exec npm run test",
7272
"upgrade": "lerna exec ncu -- --error-level 2"

0 commit comments

Comments
 (0)