We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05cbe8 commit 9d30806Copy full SHA for 9d30806
package.json
@@ -72,7 +72,7 @@
72
"type": "git"
73
},
74
"scripts": {
75
- "build": "babel src -d lib",
+ "build": "rm -rf lib && babel src -d lib",
76
"cover": "nyc --reporter=lcov npm test",
77
"prepublish": "npm run build",
78
"test": "ava",
0 commit comments