Skip to content

Commit f94a9ea

Browse files
committed
chore: add explicit formatting scripts
1 parent ce24cb8 commit f94a9ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm ci
3333

3434
- name: Run Format Check
35-
run: npm run format:ci
35+
run: npm run format:ts:ci
3636

3737
- name: Run Lint
3838
run: npm run lint:all

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lint:ts": "tsgo -p tsconfig.json --noEmit",
3838
"prepare": "npm run build:ci",
3939
"format:ts": "oxfmt -c ./oxfmt.config.ts --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx}\"",
40-
"format:ci": "oxfmt -c ./oxfmt.config.ts --check --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx}\""
40+
"format:ts:ci": "oxfmt -c ./oxfmt.config.ts --check --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx}\""
4141
},
4242
"repository": {
4343
"type": "git",

0 commit comments

Comments
 (0)