Skip to content

Commit be36ab5

Browse files
committed
delete target before building
1 parent ac8b851 commit be36ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/kbn-es-archiver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "Apache-2.0",
55
"main": "target/index.js",
66
"scripts": {
7-
"kbn:bootstrap": "tsc",
8-
"kbn:watch": "tsc --watch"
7+
"kbn:bootstrap": "rm -rf target && tsc",
8+
"kbn:watch": "rm -rf target && tsc --watch"
99
},
1010
"dependencies": {
1111
"@kbn/dev-utils": "1.0.0",

0 commit comments

Comments
 (0)