From d60b90b717aee9fba8076bda4839cb6ef70361a2 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 27 Dec 2022 14:04:59 +0000 Subject: [PATCH] Minor npm script edit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74b4580a..f373be40 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dev": "npm run dev --workspaces --if-present", "flow": "flow --flowconfig-name ./configs/.flowconfig", "format": "prettier --check --ignore-path ./configs/.prettierignore \"**/*.js\"", - "format:fix": "prettier --write \"**/*.js\" --ignore-path ./configs/.prettierignore", + "format:fix": "prettier --write --ignore-path ./configs/.prettierignore \"**/*.js\"", "lint": "eslint configs packages scripts --config ./configs/.eslintrc", "lint:fix": "npm run lint --fix", "prerelease": "npm run test && npm run build",