Skip to content

Commit

Permalink
chore(package): update clean and postpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Demidov committed Apr 3, 2017
1 parent e6c2b78 commit 10b4a86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"scripts": {
"commitmsg": "conventional-changelog-lint -e",
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog v`npm view post-load-plugins version`\"",
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog\"",
"patch": "np patch --any-branch",
"minor": "np minor --any-branch",
"major": "np major --any-branch",
"clean": "rm -rf lib && mkdir lib",
"build": "npm run clean && babel src/ -d lib/",
"clean": "rm -rf lib",
"build": "npm run clean && babel src -d lib",
"prepublish": "npm run build",
"lintjs": "eslint ./src/*.js ./test/*.js",
"lintmd": "eslint --ext md --rule indent: [error, 4] .",
Expand Down

0 comments on commit 10b4a86

Please sign in to comment.