Skip to content

Commit

Permalink
Merge pull request #103 from wordpress-mobile/feature/reinstate-clean…
Browse files Browse the repository at this point in the history
…-runtime

Reinstate clean:runtime script so start:reset works
  • Loading branch information
hypest authored Aug 13, 2018
2 parents 0ef3027 + 43ff179 commit bdfd7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"flow": "flow",
"prettier": "prettier-eslint --write $npm_package_config_jsfiles $npm_package_config_scssfiles",
"clean": "yarn clean:aztec; yarn cache clean; yarn clean:haste; yarn clean:jest; yarn clean:metro; yarn clean:react; yarn clean:watchman; yarn clean:node;",
"clean:runtime": "yarn clean:haste; yarn clean:react; yarn clean:metro; yarn clean:jest; yarn clean:watchman",
"clean:aztec": "pushd react-native-aztec && (yarn clean; pushd example && (yarn clean; popd); popd)",
"clean:haste": "rm -rf /tmp/haste-map-react-native-packager-*",
"clean:install": "yarn clean; yarn",
Expand Down

0 comments on commit bdfd7f0

Please sign in to comment.