Skip to content

Commit 0f5a983

Browse files
🔨 build: Upgrade build script.
1 parent a434121 commit 0f5a983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"type": "git"
7272
},
7373
"scripts": {
74-
"build": "babel src -d lib",
74+
"build": "rm -rf lib && babel src -d lib",
7575
"cover": "nyc --reporter=lcov npm test",
7676
"prepublish": "npm run build",
7777
"test": "ava",

0 commit comments

Comments
 (0)