diff --git a/package.json b/package.json index ab9a921932..cc8817b34b 100644 --- a/package.json +++ b/package.json @@ -125,8 +125,8 @@ }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": [ - "npm run lint:fix", - "npm run test:ci", + "npm run lint:fix", + "npm run test:ci", "git add ." ] }