We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bd464 commit f5aee65Copy full SHA for f5aee65
package.json
@@ -16,7 +16,7 @@
16
},
17
"scripts": {
18
"start": "tsci dev",
19
- "build": "tsci build",
+ "build": "tsci build && bun run ./scripts/create-bpcs.ts",
20
"snapshot": "tsci snapshot --schematic-only",
21
"snapshot:update": "tsci snapshot --update --schematic-only",
22
"format": "biome format --write ."
scripts/create-bpcs.ts
100644
100755
0 commit comments