Skip to content

Commit 487cd04

Browse files
committed
Rename script lint:write to lint:fix
1 parent 139a02f commit 487cd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clean:mcpb": "npm run clean && rm -rf mcpb-contents/*",
3030
"deps:mcpb": "cp manifest.json package.json package-lock.json mcpb-contents/ && cd mcpb-contents && npm ci --omit=dev && rm package-lock.json",
3131
"package:mcpb": "npm run clean:mcpb && npm run build:esm:mcpb && npm run deps:mcpb && mcpb pack mcpb-contents genesys-cloud-mcp-server.mcpb",
32-
"lint:write": "biome check --write",
32+
"lint:fix": "biome check --write",
3333
"lint:check": "biome check",
3434
"test": "npx vitest --config ./vitest.config.ts --project unit",
3535
"test:evaluation": "npx vitest --config ./vitest.config.ts --project evaluation",

0 commit comments

Comments
 (0)