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 fa7245c commit 89a976eCopy full SHA for 89a976e
package.json
@@ -6,7 +6,7 @@
6
"specs": "bun --filter='react-native-quick-crypto' specs",
7
"bundle-install": "bun --filter='react-native-quick-crypto-example' bundle-install",
8
"pods": "bun --filter='react-native-quick-crypto-example' pods",
9
- "start": "cd example && bun start",
+ "start": "bun --cwd example start",
10
"bootstrap": "bun install && bun pods",
11
"tsc": "bun --filter='*' typescript",
12
"lint": "bun --filter='*' lint",
0 commit comments