Skip to content

Commit

Permalink
add format check script
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Nov 7, 2024
1 parent eb7f0a4 commit a0f159d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"prepublish": "npm run build",
"build": "tsup-node ./lib/index.ts --format esm --dts --sourcemap",
"format": "biome format . --write",
"format:check": "biome format .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
Expand Down

0 comments on commit a0f159d

Please sign in to comment.