Skip to content

Commit d8818f5

Browse files
🔨 build: Upgrade build script.
1 parent b9087fe commit d8818f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"url": "https://github.com/aureooms/js-mincut"
118118
},
119119
"scripts": {
120-
"build": "rm -rf lib && babel src -d lib",
120+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
121121
"cover": "nyc --reporter=lcov npm test",
122122
"esdoc": "esdoc",
123123
"prepare": "npm run build",

0 commit comments

Comments
 (0)