Skip to content

Commit 2243fc8

Browse files
authored
fix: disable formatting gen files in prebuild (#2670)
1 parent 32ced23 commit 2243fc8

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
@@ -15,7 +15,7 @@
1515
"generatePackages": "pnpm dlx tsx ./scripts/generatePackages.ts",
1616
"generateGlobalSdkPackage": "pnpm dlx tsx ./scripts/updateGlobalSdkPackage.ts",
1717
"setupNewProducts": "pnpm dlx tsx ./scripts/setupNewProducts.ts",
18-
"prebuild": "pnpm run generatePackages && pnpm run generateAlias && pnpm biome format --write --config-path scripts/templates/biome.generated.json packages_generated/ && pnpm biome format --write packages packages/sdk scripts",
18+
"prebuild": "pnpm run generatePackages && pnpm run generateAlias && pnpm biome format --write --config-path scripts/templates/biome.generated.json packages_generated/**/*.json packages_generated/**/*.config.ts && pnpm biome format --write packages packages/sdk scripts",
1919
"build:packages": "pnpm turbo run build",
2020
"fix-import-extensions": "pnpm dlx tsx ./scripts/fix-import-extensions.ts",
2121
"build": "pnpm run build:packages && pnpm run fix-import-extensions",

0 commit comments

Comments
 (0)