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 dafa87f commit c77d4c2Copy full SHA for c77d4c2
package.json
@@ -67,7 +67,7 @@
67
"url": "https://github.com/aureooms/js-permutation.git"
68
},
69
"scripts": {
70
- "build": "babel src -d lib",
+ "build": "rm -rf lib && babel src -d lib",
71
"cover": "nyc --reporter=lcov npm test",
72
"prepublish": "npm run build",
73
"test": "ava",
0 commit comments