|
@@ -3,7 +3,7 @@
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
"description": "GraphQL server and Substrate indexer. Generated with ♥ by Hydra-CLI",
|
|
"description": "GraphQL server and Substrate indexer. Generated with ♥ by Hydra-CLI",
|
|
"scripts": {
|
|
"scripts": {
|
|
- "build": "tsc --build tsconfig.json",
|
|
|
|
|
|
+ "build": "yarn workspace @joystream/hydra-indexer-lib build && tsc --build tsconfig.json",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"clean": "rm -rf ./generated",
|
|
"clean": "rm -rf ./generated",
|
|
"processor:start": "(cd ./generated/indexer && yarn && DEBUG=${DEBUG} yarn start:processor)",
|
|
"processor:start": "(cd ./generated/indexer && yarn && DEBUG=${DEBUG} yarn start:processor)",
|