We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4b3a86b commit 8e6e193Copy full SHA for 8e6e193
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "xo ./src/*.js ./test/*.js && nyc ava",
8
"clean": "rm -rf lib && mkdir lib",
9
- "build": "npm run clean && babel src/index.js --out-file lib/index.js && npm t",
+ "build": "npm run clean && babel src/index.js --out-file lib/index.js",
10
"postinstall": "npm run updateDev",
11
"prepublish": "npm run build",
12
"prepush": "npm test",
0 commit comments