Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Dec 11, 2024
1 parent b6acc40 commit 18a6a2c
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 @@ -60,7 +60,7 @@
"lint": "eslint . --ignore-pattern node_modules --ignore-pattern dist --ignore-pattern packages/types/src/index.ts --ignore-pattern \".cache\" --ignore-pattern public",
"format": "prettier --write \"**/*\"",
"format:fix": "prettier --write \"**/*\" --fix",
"typecheck": "tsc --noEmit --resolveJsonModule --project tsconfig.check.json",
"typecheck": "pnpm --filter @marigold/docs build && tsc --noEmit --resolveJsonModule --project tsconfig.check.json",
"contributor": "all-contributors",
"changeset": "changeset",
"release:notification": "zx scripts/create-slack-notification.mjs",
Expand Down

0 comments on commit 18a6a2c

Please sign in to comment.