We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8b851 commit be36ab5Copy full SHA for be36ab5
packages/kbn-es-archiver/package.json
@@ -4,8 +4,8 @@
4
"license": "Apache-2.0",
5
"main": "target/index.js",
6
"scripts": {
7
- "kbn:bootstrap": "tsc",
8
- "kbn:watch": "tsc --watch"
+ "kbn:bootstrap": "rm -rf target && tsc",
+ "kbn:watch": "rm -rf target && tsc --watch"
9
},
10
"dependencies": {
11
"@kbn/dev-utils": "1.0.0",
0 commit comments