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 a434121 commit 0f5a983Copy full SHA for 0f5a983
package.json
@@ -71,7 +71,7 @@
71
"type": "git"
72
},
73
"scripts": {
74
- "build": "babel src -d lib",
+ "build": "rm -rf lib && babel src -d lib",
75
"cover": "nyc --reporter=lcov npm test",
76
"prepublish": "npm run build",
77
"test": "ava",
0 commit comments