Skip to content

Commit 57cc8b9

Browse files
committed
Create directory before building
This makes CI work
1 parent 06a792d commit 57cc8b9

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
@@ -7,7 +7,7 @@
77
"dist"
88
],
99
"scripts": {
10-
"build": "babel lib/index.js > dist/index.js",
10+
"build": "mkdir dist && babel lib/index.js > dist/index.js",
1111
"test": "npm run build && xo && ava",
1212
"prepublish": "npm run build"
1313
},

0 commit comments

Comments
 (0)