Skip to content

Commit 721d75a

Browse files
🔨 build: Upgrade build script.
1 parent 8f53c97 commit 721d75a

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
@@ -65,7 +65,7 @@
6565
"url": "https://github.com/aureooms/js-red-black-tree"
6666
},
6767
"scripts": {
68-
"build": "babel src -d lib",
68+
"build": "rm -rf lib && babel src -d lib",
6969
"cover": "nyc --reporter=lcov npm test",
7070
"prepublish": "npm run build",
7171
"test": "ava",

0 commit comments

Comments
 (0)