Fix touch shooting and typo

This commit is contained in:
schmelczerandras 2020-11-02 11:12:03 +01:00
parent 1c4b7a3483
commit f7420777f0
10 changed files with 59 additions and 60 deletions

View file

@ -7,10 +7,7 @@
"scripts": {
"build": "cd shared && npm run build && cd ../frontend && npm run build && cd ../backend && npm run build",
"lint": "eslint './**/src/**/*.{js,ts,json}' --fix",
"frontend": "yarn workspace decla.red-frontend start",
"init": "cd shared && npm install && cd ../frontend && npm install && cd ../backend && npm install",
"shared": "yarn workspace shared start",
"backend": "yarn workspace declared-server start",
"start": "concurrently --kill-others-on-fail \"cd shared && npm start\" \"cd backend && npm start\" \"cd frontend && npm start\""
}
}