Skip to content

Commit

Permalink
chore: clean up dist folder before building project
Browse files Browse the repository at this point in the history
  • Loading branch information
Cauli Tomaz committed Apr 23, 2020
1 parent 1362e5a commit 27d389e
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 @@ -6,7 +6,7 @@
"scripts": {
"prepublish": "npm run validate",
"after-success": "tradeshift-scripts travis-after-success",
"build": "tsc --downlevelIteration",
"build": "rm -rf ./dist && tsc --downlevelIteration",
"format": "tradeshift-scripts format",
"lint": "tradeshift-scripts lint",
"precommit": "tradeshift-scripts precommit",
Expand Down

0 comments on commit 27d389e

Please sign in to comment.