Skip to content

Commit c692760

Browse files
🔨 build: Upgrade build script.
1 parent 67a5d27 commit c692760

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
@@ -118,7 +118,7 @@
118118
"url": "https://github.com/aureooms/js-integer-sequences"
119119
},
120120
"scripts": {
121-
"build": "rm -rf lib && babel src -d lib",
121+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
122122
"cover": "nyc --reporter=lcov npm test",
123123
"esdoc": "esdoc",
124124
"prepare": "npm run build",

0 commit comments

Comments
 (0)