Skip to content

Commit bfddfed

Browse files
committedApr 24, 2020
🔨 build: Upgrade build script.
1 parent 5036d5e commit bfddfed

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
"type": "git"
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)
Please sign in to comment.