Skip to content

Commit

Permalink
Corrected test:lint script name
Browse files Browse the repository at this point in the history
  • Loading branch information
antowaddle committed Jan 13, 2025
1 parent 75b7265 commit 465ec9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"test:unit": "cd ./frontend && npm run test:unit",
"test:lint": "eslint --max-warnings 0 --ext .js,.ts,.jsx,.tsx ./src",
"test:fix": "run-s test:fix-backend test:fix-frontend",
"lint-test": "cd ./backend && npm run test:lint && cd ../frontend && npm run test:lint",
"lint:test": "cd ./backend && npm run test:lint && cd ../frontend && npm run test:lint",
"test:fix-backend": "cd ./backend && npm run test:fix",
"test:fix-frontend": "cd ./frontend && npm run test:fix"
},
Expand Down

0 comments on commit 465ec9e

Please sign in to comment.