packages/compile-test-app: use watch-deps

This commit is contained in:
Patrik Oldsberg
2020-02-27 18:21:26 +01:00
parent 0369d1ac06
commit 999cb25414
@@ -6,8 +6,7 @@
"private": false,
"scripts": {
"build": "tsc --outDir dist/cjs --noEmit false --module CommonJS",
"build:watch": "yarn run build --watch",
"start": "backstage-cli serve-plugin",
"start": "backstage-cli watch-deps -- backstage-cli serve-plugin",
"lint": "web-scripts lint",
"test": "web-scripts test"
},