generated graphql schema and en-US.po on start (#1930)
This commit is contained in:
parent
b5ac5d882f
commit
9cfbec4b8b
@ -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",
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user