Skip to content

Commit 39dd107

Browse files
committed
fix(ci): keep install offline so it cannot rewrite the committed spec
1 parent 7523449 commit 39dd107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test:e2e": "playwright test",
3737
"check": "biome check . --fix",
3838
"brand:check": "bun run scripts/brand-grep.ts",
39-
"postinstall": "bun run generate || true"
39+
"postinstall": "ROXYAPI_SPEC_FILE=specs/openapi.json bun run generate || true"
4040
},
4141
"devDependencies": {
4242
"@axe-core/playwright": "^4.12.1",

0 commit comments

Comments
 (0)