We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a792d commit 57cc8b9Copy full SHA for 57cc8b9
package.json
@@ -7,7 +7,7 @@
7
"dist"
8
],
9
"scripts": {
10
- "build": "babel lib/index.js > dist/index.js",
+ "build": "mkdir dist && babel lib/index.js > dist/index.js",
11
"test": "npm run build && xo && ava",
12
"prepublish": "npm run build"
13
},
0 commit comments