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 0ab065e commit 3a11249Copy full SHA for 3a11249
package.json
@@ -115,7 +115,7 @@
115
"url": "https://github.com/aureooms/js-red-black-tree"
116
},
117
"scripts": {
118
- "build": "rm -rf lib && babel src -d lib",
+ "build": "babel --delete-dir-on-start --env-name production src -d lib",
119
"cover": "nyc --reporter=lcov npm test",
120
"esdoc": "esdoc",
121
"prepare": "npm run build",
0 commit comments