We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f19678 commit ba9a6e3Copy full SHA for ba9a6e3
package.json
@@ -24,7 +24,7 @@
24
"format-cpp": "./scripts/clang-format.sh",
25
"typescript": "bun --filter=\"**\" typescript",
26
"lint": "bun package lint && bun example lint",
27
- "bootstrap": "bun --filter=\"**\" install && bun typescript && bun example pods",
+ "bootstrap": "bun install && bun package prepare && bun example pods",
28
"release": "bun package prepare && release-it",
29
"clean": "rm -rf **/tsconfig.tsbuildinfo node_modules package/node_module package/lib"
30
},
0 commit comments