Skip to content

Commit

Permalink
add to root command
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Oct 29, 2024
1 parent 1a66db4 commit 539ff10
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 --project tsconfig.check.json",
"typecheck": "tsc --noEmit --project tsconfig.check.json && pnpm --filter @marigold/docs... typecheck ",
"contributor": "all-contributors",
"changeset": "changeset",
"release:notification": "zx scripts/create-slack-notification.mjs",
Expand Down

0 comments on commit 539ff10

Please sign in to comment.