Skip to content

Commit

Permalink
fix: windows expo expo/expo#6983 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgallant committed Dec 9, 2020
1 parent b5d7db1 commit e34ff10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/react-native-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"clean": "exit 0",
"lint": "exit 0",
"fix": "exit 0",
"test": "exit 0",
"postinstall": "expo-yarn-workspaces postinstall"
"test": "exit 0"
},
"dependencies": {
"@lcdev/app-config": "2 || 2.0.0-rc.8",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"fix": "yarn workspaces run fix",
"cli": "yarn --cwd ./app-config cli",
"docs:dev": "yarn --cwd ./docs dev",
"docs:build": "yarn --cwd ./docs build"
"docs:build": "yarn --cwd ./docs build",
"postinstall": "cd ./examples/react-native-project && expo-yarn-workspaces postinstall"
},
"devDependencies": {
"@commitlint/cli": "11",
Expand Down

0 comments on commit e34ff10

Please sign in to comment.