Added lint-fix-all command
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user