Skip to content

Commit 9d30806

Browse files
🔨 build: Upgrade build script.
1 parent d05cbe8 commit 9d30806

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
@@ -72,7 +72,7 @@
7272
"type": "git"
7373
},
7474
"scripts": {
75-
"build": "babel src -d lib",
75+
"build": "rm -rf lib && babel src -d lib",
7676
"cover": "nyc --reporter=lcov npm test",
7777
"prepublish": "npm run build",
7878
"test": "ava",

0 commit comments

Comments
 (0)