Skip to content

Commit

Permalink
Minor npm script edit
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Mar 20, 2023
1 parent bc6e02e commit d60b90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d60b90b

Please sign in to comment.