File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ find packages/react-native-quick-crypto/cpp -name "*.cpp" -o -name "*.hpp" | xar
1111bun tsc
1212
1313# Run prepare script
14- bun --filter="react-native-quick-crypto" prepare
14+ bun --filter="@coolwallet-app/ react-native-quick-crypto" prepare
Original file line number Diff line number Diff line change 55 "clang-format" : " ./scripts/clang-format.sh" ,
66 "clean" : " bun --filter='*' clean" ,
77 "clean:deep" : " bun --filter='*' clean:deep && del-cli node_modules" ,
8- "specs" : " bun --filter='react-native-quick-crypto' specs" ,
8+ "specs" : " bun --filter='@coolwallet-app/ react-native-quick-crypto' specs" ,
99 "bundle-install" : " bun --filter='react-native-quick-crypto-example' bundle-install" ,
1010 "pods" : " bun --filter='react-native-quick-crypto-example' pods" ,
1111 "start" : " bun --cwd example start" ,
1616 "lint:fix" : " bun --filter='*' lint:fix" ,
1717 "format" : " bun --filter='*' format" ,
1818 "format:fix" : " bun --filter='*' format:fix" ,
19- "prepare" : " husky && bun --filter='react-native-quick-crypto' prepare" ,
19+ "prepare" : " husky && bun --filter='@coolwallet-app/ react-native-quick-crypto' prepare" ,
2020 "lint-staged" : " lint-staged --no-stash" ,
2121 "release" : " ./scripts/release.sh"
2222 },
You can’t perform that action at this time.
0 commit comments