Added lint-fix-all command

This commit is contained in:
Mutzi 2022-08-25 17:54:30 +02:00
parent e49f8a3153
commit de0ff06249

View File

@ -19,7 +19,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json", "test:e2e": "jest --config ./test/jest-e2e.json",
"webpack": "webpack --config webpack.config.ts", "webpack": "webpack --config webpack.config.ts",
"genapi": "ts-node tools/apigen.ts", "genapi": "ts-node tools/apigen.ts",
"updateDto": "cd dto && yarn build && cd .. && yarn add ./dto && cd frontend && yarn add ../dto" "updateDto": "cd dto && yarn build && cd .. && yarn add ./dto && cd frontend && yarn add ../dto",
"lint-fix-all": "yarn lint-fix && cd dto && yarn lint-fix && cd ../frontend && yarn lint --fix"
}, },
"dependencies": { "dependencies": {
"@fastify/multipart": "^7.1.0", "@fastify/multipart": "^7.1.0",