Skip to content

Commit 945c346

Browse files
🔨 build: Upgrade build script.
1 parent cd2105c commit 945c346

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
@@ -123,7 +123,7 @@
123123
"type": "git"
124124
},
125125
"scripts": {
126-
"build": "rm -rf lib && babel src -d lib",
126+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
127127
"cover": "nyc --reporter=lcov npm test",
128128
"esdoc": "esdoc",
129129
"prepare": "npm run build",

0 commit comments

Comments
 (0)