Skip to content

Commit dc7ca85

Browse files
🔨 build: Upgrade build script.
1 parent 07c53a7 commit dc7ca85

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
@@ -128,7 +128,7 @@
128128
"url": "https://github.com/aureooms/js-rational.git"
129129
},
130130
"scripts": {
131-
"build": "rm -rf lib && babel src -d lib",
131+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
132132
"cover": "nyc --reporter=lcov npm test",
133133
"esdoc": "esdoc",
134134
"prepare": "npm run build",

0 commit comments

Comments
 (0)