Skip to content

Commit 5b71fd1

Browse files
committed
Modified npm prepublish script
1 parent 3020881 commit 5b71fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "node_modules/.bin/yuicompressor push.js -o push.min.js",
88
"test": "node_modules/.bin/karma start",
9-
"prepublish": "npm build"
9+
"prepublish": "npm run build"
1010
},
1111
"files": [
1212
"test",

0 commit comments

Comments
 (0)