This commit is contained in:
viktorstrate
2021-04-13 22:15:47 +02:00
parent 6ad9181887
commit bbb12003fc
3 changed files with 16 additions and 14 deletions

View File

@@ -57,7 +57,7 @@
"lint": "npm run lint:types & npm run lint:eslint",
"lint:eslint": "eslint ./src --max-warnings 0 --cache --config .eslintrc.js",
"lint:types": "tsc --noemit",
"jest": "jest",
"jest": "jest --verbose",
"genSchemaTypes": "npx apollo client:codegen --target=typescript",
"prepare": "(cd .. && npx husky install)"
},