diff --git a/package.json b/package.json index b38ca721b5..4346d5beab 100644 --- a/package.json +++ b/package.json @@ -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" },