File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 },
1919 "homepage" : " https://github.com/margelo/react-native-quick-sqlite#readme" ,
2020 "scripts" : {
21- "package" : " bun --cwd package" ,
22- "example" : " bun --cwd example" ,
21+ "bootstrap" : " bun install && bun package prepare && bun example pods" ,
2322 "postinstall" : " patch-package" ,
2423 "format-cpp" : " ./scripts/clang-format.sh" ,
2524 "typescript" : " bun --filter=\" **\" typescript" ,
2625 "lint" : " bun package lint && bun example lint" ,
27- "bootstrap" : " bun install && bun package prepare && bun example pods" ,
2826 "release" : " release-it" ,
29- "clean" : " rm -rf **/tsconfig.tsbuildinfo node_modules package/node_module package/lib"
27+ "clean" : " rm -rf **/tsconfig.tsbuildinfo node_modules package/node_module package/lib" ,
28+ "package" : " bun --cwd package" ,
29+ "example" : " bun --cwd example"
3030 },
3131 "dependencies" : {
3232 "patch-package" : " ^8.0.0"
You can’t perform that action at this time.
0 commit comments