From 23feaad53cfcadff872d8714c40d9c720ca4f86b Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Sun, 1 Aug 2021 11:45:49 -0700 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },