Skip to content

Commit 3a11249

Browse files
🔨 build: Upgrade build script.
1 parent 0ab065e commit 3a11249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"url": "https://github.com/aureooms/js-red-black-tree"
116116
},
117117
"scripts": {
118-
"build": "rm -rf lib && babel src -d lib",
118+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
119119
"cover": "nyc --reporter=lcov npm test",
120120
"esdoc": "esdoc",
121121
"prepare": "npm run build",

0 commit comments

Comments
 (0)