Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rogaldh committed Apr 9, 2024
1 parent ff161ad commit 6478c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "pnpm run lint-pret && pnpm run lint-es",
"lint-es": "eslint ./src",
"lint-fix": "pnpm run lint-pret --w",
"lint-pret": "prettier ./src/** --check",
"lint-pret": "prettier ./src/** ./tests/** --check",
"local:test-e2e": "anchor test",
"local:sb": "pnpm run storybook --no-open --quiet --no-version-updates",
"local:sb-kill": "kill -2 $(lsof -t -i:6006)",
Expand Down

0 comments on commit 6478c7f

Please sign in to comment.