diff --git a/package.json b/package.json index 6ab3d73..a240b92 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "test:e2e": "jest --config ./test/jest-e2e.json", "webpack": "webpack --config webpack.config.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": { "@fastify/multipart": "^7.1.0",