Resolve paths and add check for yarn/npx

This commit is contained in:
dennis.ludwig
2021-06-10 14:27:44 +02:00
parent 81923be958
commit 4afe9b3c4e
4 changed files with 42 additions and 13 deletions

View File

@@ -14,13 +14,13 @@
"buildRadar": "scripts/buildRadar.js"
},
"scripts": {
"prepare": "husky install && yarn build:tasks && yarn build",
"start": "react-scripts start",
"build": "react-scripts build",
"build:tasks": "tsc --project tsconfig.tasks.json",
"test": "react-scripts test",
"ts:check": "tsc --noEmit",
"lint": "yarn ts:check",
"prepare": "husky install",
"eject": "react-scripts eject"
},
"dependencies": {