Skip to content

Commit 3cdd1b4

Browse files
🔨 build: Upgrade build script.
1 parent e2e1381 commit 3cdd1b4

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
@@ -135,7 +135,7 @@
135135
"type": "git"
136136
},
137137
"scripts": {
138-
"build": "rm -rf lib && babel src -d lib",
138+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
139139
"cover": "nyc --reporter=lcov npm test",
140140
"esdoc": "esdoc",
141141
"prepare": "npm run build",

0 commit comments

Comments
 (0)