Skip to content

Commit

Permalink
Fix of fix (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmokross authored May 13, 2024
1 parent c212dea commit a81ac9e
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 @@ -13,7 +13,7 @@
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"check-format": "npx prettier --check .",
"check-format": "prettier --check .",
"test": "vitest",
"e2e": "playwright test --ui",
"dev:storybook": "storybook dev -p 6006",
Expand Down

0 comments on commit a81ac9e

Please # to comment.