Skip to content

Commit

Permalink
fix: script name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Aug 19, 2023
1 parent 107ee7d commit 0578695
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 @@ -11,7 +11,7 @@
"test": "lerna run test --stream",
"lint": "lerna run lint --stream",
"fix": "lerna run fix --stream",
"format-check": "prettier . --check",
"format:check": "prettier . --check",
"format": "prettier . --write",
"review": "npm run format && npm run fix && npm run test",
"deploy:prod": "lerna run deploy:prod --stream",
Expand Down

0 comments on commit 0578695

Please sign in to comment.