Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall authored May 10, 2024
1 parent 3c8d044 commit 540d46f
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 @@ -8,7 +8,7 @@
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean && rm -rf .turbo && rm -rf node_modules",
"docs": "typedoc --skipErrorChecking && mkdir docs/logo && cp logo/blaze.svg docs/logo/blaze.svg",
"docs": "typedoc --skipErrorChecking && mkdir docs/logo && cp logo/BLAZE_LOGO2.svg docs/logo/BLAZE_LOGO2.svg",
"fmt": "prettier -w .",
"changeset": "changeset",
"release": "turbo run build && changeset publish"
Expand Down

0 comments on commit 540d46f

Please sign in to comment.