t
... | ... | @@ -6,10 +6,11 @@ |
"node": "12 || 14" | ||
}, | ||
"scripts": { | ||
"dev": "concurrently \"yarn start-frontend\" \"yarn start-backend\"", | ||
"dev": "concurrently \"yarn start-frontend\" \"yarn start-backend\" \"npm run-script start-static\"", | ||
"start": "node packages/backend --config app-config.yaml --config app-config.production.yaml", | ||
"start-frontend": "yarn workspace app start", | ||
"start-backend": "yarn workspace backend start", | ||
"start-static": "node ./node_modules/.bin/http-server -p 3001 -a 127.0.0.1 --no-dotfiles ./", | ||
"build": "lerna run build", | ||
"build-image": "yarn workspace backend build-image", | ||
"tsc": "tsc", | ||
... | ... | @@ -38,6 +39,7 @@ |
"@backstage/cli": "^0.7.11", | ||
"@spotify/prettier-config": "^7.0.0", | ||
"concurrently": "^6.0.0", | ||
"http-server": "^13.0.2", | ||
"lerna": "^4.0.0", | ||
"prettier": "^2.3.2" | ||
}, | ||
... | ... |
Please register or sign in to comment