We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3ec9d commit 12f0c0fCopy full SHA for 12f0c0f
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "xo !./lib/ && nyc ava",
8
"clean": "rm -rf lib && mkdir lib",
9
- "build": "npm run clean && babel src/index.js --out-file lib/index.js",
+ "build": "npm run clean && babel src/index.js --out-file lib/index.js && npm t",
10
"prepublish": "updtr && npm run build"
11
},
12
"keywords": [
0 commit comments