소스 검색

Merge branch 'query_node_mappings' into query_node_generated_files

ondratra 4 년 전
부모
커밋
a2ef20dd78
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  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
 
 ```