Skip to content

Commit 5e73c44

Browse files
🔨 build: Upgrade build script.
1 parent 1cf286b commit 5e73c44

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
@@ -76,7 +76,7 @@
7676
"url": "https://github.com/aureooms/js-integer.git"
7777
},
7878
"scripts": {
79-
"build": "babel src -d lib",
79+
"build": "rm -rf lib && babel src -d lib",
8080
"cover": "nyc --reporter=lcov npm test",
8181
"prepublish": "npm run build",
8282
"test": "ava",

0 commit comments

Comments
 (0)