diff --git a/package.json b/package.json index 8983dc3..e40cbd1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "build:preview": "cd docs && yarn build", "test": "jest", "eslint": "eslint '{**/*,*}.{js,ts,jsx,tsx,vue}'", - "eslint:fix": "yarn run eslint --fix", + "eslint:fix": "npm run eslint -- --fix", "semantic-release": "semantic-release", "commit": "git-cz" },