Skip to content

Commit b8e5ed5

Browse files
committed
Refactor setup script
- `yarn` (install) required prior executing scripts from fresh clone - documented in ReadMe - remove redundant `yarn` (install) within setup script - remove redundant `yarn` before executing <command> - resolves to executable in `node_modules/.bin`
1 parent f63f5ed commit b8e5ed5

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
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"setup": "yarn && yarn allow-scripts",
6+
"setup": "allow-scripts",
77
"start": "react-native start",
88
"start:reset": "react-native start --reset-cache",
99
"android": "react-native run-android --active-arch-only",

0 commit comments

Comments
 (0)