Skip to content

Commit

Permalink
fix: Format command (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
hachiojidev committed Mar 17, 2021
1 parent 6c87947 commit 8cbc1b8
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 @@ -19,7 +19,7 @@
"build": "lerna run build",
"test": "lerna run test",
"lint": "lerna run lint",
"format": "lerna run format",
"format:check": "lerna run format:check",
"build-storybook": "lerna run build-storybook"
},
"devDependencies": {
Expand Down

0 comments on commit 8cbc1b8

Please sign in to comment.