Show stack in dev

This commit is contained in:
Fredrik Adelöw
2020-05-04 13:06:43 +02:00
parent 48b4a86a97
commit 1b4b98cd05
2 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"license": "Apache-2.0",
"private": true,
"scripts": {
"start": "tsc-watch --onFirstSuccess \"nodemon dist/run.js\"",
"start": "tsc-watch --onFirstSuccess \"cross-env NODE_ENV=development nodemon dist/run.js\"",
"build": "tsc",
"lint": "backstage-cli lint",
"test": "backstage-cli test",