Skip to content

Commit

Permalink
🔨 build: Upgrade build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 8, 2020
1 parent b9087fe commit d8818f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"url": "https://github.com/aureooms/js-mincut"
},
"scripts": {
"build": "rm -rf lib && babel src -d lib",
"build": "babel --delete-dir-on-start --env-name production src -d lib",
"cover": "nyc --reporter=lcov npm test",
"esdoc": "esdoc",
"prepare": "npm run build",
Expand Down

0 comments on commit d8818f5

Please sign in to comment.