Skip to content

Commit f5aee65

Browse files
committed
add build script
1 parent 05bd464 commit f5aee65

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"start": "tsci dev",
19-
"build": "tsci build",
19+
"build": "tsci build && bun run ./scripts/create-bpcs.ts",
2020
"snapshot": "tsci snapshot --schematic-only",
2121
"snapshot:update": "tsci snapshot --update --schematic-only",
2222
"format": "biome format --write ."

scripts/create-bpcs.ts

100644100755
File mode changed.

0 commit comments

Comments
 (0)