create-app: add start-backend script to template

This commit is contained in:
Patrik Oldsberg
2020-12-29 11:17:58 +01:00
parent 57deaf0101
commit 352a6581ff
2 changed files with 12 additions and 0 deletions
@@ -7,6 +7,7 @@
},
"scripts": {
"start": "yarn workspace app start",
"start-backend": "yarn workspace backend start",
"build": "lerna run build",
"build-image": "yarn workspace backend build-image",
"tsc": "tsc",