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 c3da3ea commit e98ce85Copy full SHA for e98ce85
package.json
@@ -65,7 +65,7 @@
65
"type": "git"
66
},
67
"scripts": {
68
- "build": "babel src -d lib",
+ "build": "rm -rf lib && babel src -d lib",
69
"cover": "nyc --reporter=lcov npm test",
70
"prepublish": "npm run build",
71
"test": "ava",
0 commit comments