Skip to content

Commit

Permalink
Merge pull request #36 from wordpress-mobile/try/ios-carthage-depende…
Browse files Browse the repository at this point in the history
…ncy-installer-script-2

Removes a command that no longer exists from 'yarn clean:install'.
  • Loading branch information
mzorz authored Jul 25, 2018
2 parents 7e5e062 + 11e5dc5 commit c5951de
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 1,977 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean-aztec": "pushd ../ && (yarn clean; popd;)",
"clean-ios": "type xcodebuild &> /dev/null && (xcodebuild -project ./ios/example.xcodeproj -alltargets clean && rm -rf ./ios/build);",
"clean-node": "rm -rf node_modules/;",
"clean:install": "yarn clean && yarn install-aztec && yarn install"
"clean:install": "yarn clean && yarn install"
},
"dependencies": {
"react": "16.3.1",
Expand Down
Loading

0 comments on commit c5951de

Please sign in to comment.