Skip to content

Commit

Permalink
fix(package): tweak npm run commit script - build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 13, 2017
1 parent da0c8c3 commit de17b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"git": "npm-run-all -s git:*",
"git:add": "git add --all",
"git:cz": "git-cz",
"commit": "npm-run-all -s test build git",
"commit": "npm-run-all -s build test git",
"build": "npm-run-all -s build:*",
"build:clean": "rimraf dist",
"build:bundle": "rollup -c",
Expand Down

0 comments on commit de17b5f

Please sign in to comment.