Skip to content

Commit

Permalink
Updated format command
Browse files Browse the repository at this point in the history
  • Loading branch information
Crownpack07 committed Nov 15, 2024
1 parent 4b8df4e commit 992ae71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"deploy": "npm run build-storybook && gh-pages -d build-sb",
"preversion": "npm run clean && npm run build && npm run deploy",
"postversion": "git push && git push --tags && npm publish",
"format": "prettier --write --trailing-comma es5 --single-quote 'src/**/*' 'README.md'",
"format:check": "prettier --check --trailing-comma es5 --single-quote 'src/**/*' 'README.md'",
"format": "prettier --write --trailing-comma es5 --single-quote 'src/**/*' 'README.MD'",
"format:check": "prettier --check --trailing-comma es5 --single-quote 'src/**/*' 'README.MD'",
"test": "jest"
},
"publishConfig": {
Expand Down

0 comments on commit 992ae71

Please sign in to comment.