Skip to content

Commit 563dba6

Browse files
🔨 build: Upgrade build script.
1 parent add846c commit 563dba6

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
@@ -116,7 +116,7 @@
116116
"type": "git"
117117
},
118118
"scripts": {
119-
"build": "rm -rf lib && babel src -d lib",
119+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
120120
"cover": "nyc --reporter=lcov npm test",
121121
"esdoc": "esdoc",
122122
"prepare": "npm run build",

0 commit comments

Comments
 (0)