Skip to content

Commit c73e67b

Browse files
committed
refactor: simplify prebuild by removing formatGeneratedConfigFiles script
1 parent b8ec103 commit c73e67b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"overrides": [
5656
{
57-
"includes": ["**/dist/**", "coverage/**", "**/examples/**", "**/*.gen.ts", "scripts/templates/**", "packages/sdk/src/index.gen.ts"],
57+
"includes": ["**/dist/**", "coverage/**", "**/examples/**", "scripts/templates/**"],
5858
"formatter": {
5959
"enabled": false
6060
},

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 dlx tsx ./scripts/formatGeneratedConfigFiles.ts && pnpm biome format --write scripts --files-ignore-unknown=true",
18+
"prebuild": "pnpm run generatePackages && pnpm run generateAlias && pnpm biome format --write scripts --files-ignore-unknown=true",
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)