packages: use cli to test and lint core and cli

This commit is contained in:
Patrik Oldsberg
2020-03-19 11:28:07 +01:00
parent b0fbbeb3a3
commit 52f56ab9b0
2 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
"scripts": {
"exec": "npx ts-node ./src",
"build": "tsc --outDir dist --noEmit false --module CommonJS",
"lint": "web-scripts lint",
"test": "web-scripts test",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"start": "nodemon ."
},
"devDependencies": {