Browse Source

Merge branch 'query_node_mappings' into query_node_generated_files

ondratra 4 years ago
parent
commit
a2ef20dd78
1 changed files with 1 additions and 6 deletions
  1. 1 6
      query-node/README.md

+ 1 - 6
query-node/README.md

@@ -65,13 +65,8 @@ Follow the links for more information about the [indexer](https://github.com/Joy
 # Tmp command order
 TODO: remove after integration tests are finished and query node runs without any issues
 ```
-yarn
-
-echo "set -a; . .env; set +a; yarn workspace query-node build:dev" > tmp.sh
-chmod +x tmp.sh
-./tmp.sh
-
 # build everything
+yarn
 yarn build
 
 ```