Skip to content

Commit ba9a6e3

Browse files
committed
chore: fix bootstrap script
1 parent 6f19678 commit ba9a6e3

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
@@ -24,7 +24,7 @@
2424
"format-cpp": "./scripts/clang-format.sh",
2525
"typescript": "bun --filter=\"**\" typescript",
2626
"lint": "bun package lint && bun example lint",
27-
"bootstrap": "bun --filter=\"**\" install && bun typescript && bun example pods",
27+
"bootstrap": "bun install && bun package prepare && bun example pods",
2828
"release": "bun package prepare && release-it",
2929
"clean": "rm -rf **/tsconfig.tsbuildinfo node_modules package/node_module package/lib"
3030
},

0 commit comments

Comments
 (0)