Skip to content

Commit b50b63b

Browse files
🔨 build: Upgrade build script.
1 parent 28d8225 commit b50b63b

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
@@ -154,7 +154,7 @@
154154
"url": "https://github.com/aureooms/js-integer.git"
155155
},
156156
"scripts": {
157-
"build": "rm -rf lib && babel src -d lib",
157+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
158158
"cover": "nyc --reporter=lcov npm test",
159159
"esdoc": "esdoc",
160160
"prepare": "npm run build",

0 commit comments

Comments
 (0)