Skip to content

Commit

Permalink
delete target before building
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 28, 2020
1 parent ac8b851 commit be36ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kbn-es-archiver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "Apache-2.0",
"main": "target/index.js",
"scripts": {
"kbn:bootstrap": "tsc",
"kbn:watch": "tsc --watch"
"kbn:bootstrap": "rm -rf target && tsc",
"kbn:watch": "rm -rf target && tsc --watch"
},
"dependencies": {
"@kbn/dev-utils": "1.0.0",
Expand Down

0 comments on commit be36ab5

Please sign in to comment.