Skip to content

Commit 89a976e

Browse files
committed
chore: til bun --cwd
1 parent fa7245c commit 89a976e

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
@@ -6,7 +6,7 @@
66
"specs": "bun --filter='react-native-quick-crypto' specs",
77
"bundle-install": "bun --filter='react-native-quick-crypto-example' bundle-install",
88
"pods": "bun --filter='react-native-quick-crypto-example' pods",
9-
"start": "cd example && bun start",
9+
"start": "bun --cwd example start",
1010
"bootstrap": "bun install && bun pods",
1111
"tsc": "bun --filter='*' typescript",
1212
"lint": "bun --filter='*' lint",

0 commit comments

Comments
 (0)