Skip to content

Commit 8e6e193

Browse files
committedApr 4, 2016
Update package.json
1 parent 4b3a86b commit 8e6e193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "xo ./src/*.js ./test/*.js && nyc ava",
88
"clean": "rm -rf lib && mkdir lib",
9-
"build": "npm run clean && babel src/index.js --out-file lib/index.js && npm t",
9+
"build": "npm run clean && babel src/index.js --out-file lib/index.js",
1010
"postinstall": "npm run updateDev",
1111
"prepublish": "npm run build",
1212
"prepush": "npm test",

0 commit comments

Comments
 (0)
Please sign in to comment.