Skip to content

Commit 7133fb7

Browse files
brunozoricclaude
andcommitted
wip: add yarn full script
Single command to run the entire pre-commit chain: check:imports → clean → format:fix → lint:fix → typecheck → build → test:coverage Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4286a1c commit 7133fb7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"lint": "oxlint --deny-warnings",
5757
"lint:fix": "oxlint --fix",
5858
"check:imports": "adio",
59-
"typecheck": "tsgo -p config/tsconfig.check.common.json && tsgo -p config/tsconfig.check.node.json && tsgo -p config/tsconfig.check.browser.json && tsgo -p config/tsconfig.check.scripts.json"
59+
"typecheck": "tsgo -p config/tsconfig.check.common.json && tsgo -p config/tsconfig.check.node.json && tsgo -p config/tsconfig.check.browser.json && tsgo -p config/tsconfig.check.scripts.json",
60+
"full": "yarn check:imports && yarn clean && yarn format:fix && yarn lint:fix && yarn typecheck && yarn build && yarn test:coverage"
6061
}
6162
}

0 commit comments

Comments
 (0)