Commit 9cfbec4b authored by Justin Domingue's avatar Justin Domingue Committed by GitHub

generated graphql schema and en-US.po on start (#1930)

parent b5ac5d88
...@@ -130,7 +130,8 @@ ...@@ -130,7 +130,8 @@
"graphql:generate": "graphql-codegen --config codegen.yml", "graphql:generate": "graphql-codegen --config codegen.yml",
"postinstall": "yarn compile-contract-types", "postinstall": "yarn compile-contract-types",
"start": "yarn compile-contract-types && react-scripts start", "start": "yarn compile-contract-types && react-scripts start",
"test": "react-scripts test --env=jsdom" "test": "react-scripts test --env=jsdom",
"prestart": "yarn graphql:generate && touch src/locales/en-US.po"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "react-app", "extends": "react-app",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment