Skip to content

Commit 6f32c27

Browse files
committed
chore: only fmt the src code
1 parent adfd9bf commit 6f32c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cache-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"node:npm": "node src/caches/npm.ts",
7-
"fmt": "biome format --write .",
7+
"fmt": "biome format --write ./src",
88
"typecheck": "tsc --noEmit"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)