Skip to content

Commit

Permalink
Merge pull request #1732 from wordpress-mobile/yarn_version_cleanup
Browse files Browse the repository at this point in the history
Move DependencyGraph.js so the original file is not left over after `yarn bundle`
  • Loading branch information
mchowning authored Jan 7, 2020
2 parents e709bb3 + 4c10cb7 commit 9ba1ee9
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 @@ -64,7 +64,7 @@
"start:debug": "node --inspect-brk node_modules/.bin/react-native start",
"start:inside-gb:debug": "node --inspect-brk node_modules/.bin/react-native start:inside-gb",
"patch-metro-no-file-watch": "cp node_modules/metro/src/node-haste/DependencyGraph.js ./ && cp DependencyGraph.js.patched node_modules/metro/src/node-haste/DependencyGraph.js",
"un-patch-metro-no-file-watch": "cp ./DependencyGraph.js node_modules/metro/src/node-haste/DependencyGraph.js",
"un-patch-metro-no-file-watch": "mv ./DependencyGraph.js node_modules/metro/src/node-haste/DependencyGraph.js",
"prebundle": "yarn i18n-cache:force",
"prebundle:android": "yarn patch-metro-no-file-watch",
"postbundle:android": "yarn un-patch-metro-no-file-watch",
Expand Down

0 comments on commit 9ba1ee9

Please sign in to comment.