Skip to content

Commit 33d2607

Browse files
🔨 build: Upgrade build script.
1 parent 79a478f commit 33d2607

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
@@ -73,7 +73,7 @@
7373
"url": "https://github.com/aureooms/js-rational.git"
7474
},
7575
"scripts": {
76-
"build": "babel src -d lib",
76+
"build": "rm -rf lib && babel src -d lib",
7777
"cover": "nyc --reporter=lcov npm test",
7878
"prepublish": "npm run build",
7979
"test": "ava",

0 commit comments

Comments
 (0)