Skip to content

Commit

Permalink
Update script to point to proper clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Aug 13, 2018
1 parent 0ef3027 commit 8cfefc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"pre-build": "yarn check-gb-unused-babelrc && yarn bypass-gb-babel",
"test:pre-build": "yarn check-gb-unused-babelrc && yarn test:bypass-gb-babel",
"start": "yarn pre-build && yarn react-native start",
"start:reset": "yarn clean:runtime && yarn start --reset-cache",
"start:reset": "yarn clean:metro && yarn start --reset-cache",
"start:debug": "yarn pre-build && node --inspect-brk node_modules/.bin/react-native start",
"android": "react-native run-android",
"preios": "yarn preios:carthage",
Expand Down

0 comments on commit 8cfefc5

Please sign in to comment.