Skip to content

Commit 47fc114

Browse files
committedMar 14, 2025
internal: add global lint/format scripts
1 parent 1e1614a commit 47fc114

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6+
"format": "pnpm -r --if-present format",
7+
"lint": "pnpm -r --if-present lint",
8+
"lint:fix": "pnpm -r --if-present lint:fix",
69
"release-candidate-packages": "pnpm changeset publish --tag rc",
710
"release-packages": "pnpm changeset publish",
811
"version-candidate-packages": "pnpm changeset version --snapshot rc && pnpm install --lockfile-only",

0 commit comments

Comments
 (0)