Skip to content

Commit

Permalink
Update prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Jan 14, 2017
1 parent 3fee27e commit 4c1bb6a
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 @@ -24,7 +24,7 @@
"vuetype": "dist/bin/vuetype.js"
},
"scripts": {
"prepublish": "npm run test && npm run clean && npm run build",
"prepublish": "npm run lint && npm run test && npm run clean && npm run build",
"clean": "rm -rf lib",
"dev": "tsc -p src -w",
"build": "tsc -p src",
Expand Down

0 comments on commit 4c1bb6a

Please sign in to comment.