Skip to content

Commit 12f0c0f

Browse files
author
Ivan Demidov
committed
Added test after transpiling
1 parent 8d3ec9d commit 12f0c0f

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 !./lib/ && nyc ava",
88
"clean": "rm -rf lib && mkdir lib",
9-
"build": "npm run clean && babel src/index.js --out-file lib/index.js",
9+
"build": "npm run clean && babel src/index.js --out-file lib/index.js && npm t",
1010
"prepublish": "updtr && npm run build"
1111
},
1212
"keywords": [

0 commit comments

Comments
 (0)