Skip to content

Commit

Permalink
update cache-clean on example app
Browse files Browse the repository at this point in the history
  • Loading branch information
Monte9 committed Jun 28, 2017
1 parent 0b3006f commit 4d74194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"react-navigation": "^1.0.0-beta.9"
},
"scripts": {
"clean-install": "rm -rf node_modules && npm cache clean && watchman watch-del-all && npm install"
"clean-install": "rm -rf node_modules && npm cache clean --force && watchman watch-del-all && npm install"
}
}

0 comments on commit 4d74194

Please sign in to comment.