Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Modified npm prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed May 21, 2016
1 parent 3020881 commit 5b71fd1
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 @@ -6,7 +6,7 @@
"scripts": {
"build": "node_modules/.bin/yuicompressor push.js -o push.min.js",
"test": "node_modules/.bin/karma start",
"prepublish": "npm build"
"prepublish": "npm run build"
},
"files": [
"test",
Expand Down

0 comments on commit 5b71fd1

Please sign in to comment.