Add "yarn dev" to template

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-03-05 15:56:10 -05:00
parent 7644fd5c94
commit abea6ce07f
@@ -6,6 +6,7 @@
"node": "12 || 14"
},
"scripts": {
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
"start": "yarn workspace app start",
"start-backend": "yarn workspace backend start",
"build": "lerna run build",
@@ -29,9 +30,10 @@
},
"devDependencies": {
"@backstage/cli": "^{{version '@backstage/cli'}}",
"@spotify/prettier-config": "^7.0.0",
"concurrently": "^6.0.0",
"lerna": "^4.0.0",
"prettier": "^1.19.1"
"prettier": "^1.19.1",
"@spotify/prettier-config": "^7.0.0"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {