瀏覽代碼

update build process (#718)

Dev Kalra 2 年之前
父節點
當前提交
1d9e48991b
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      price_pusher/README.md

+ 3 - 1
price_pusher/README.md

@@ -46,7 +46,9 @@ You can get the list of available price feeds from
 To run the price pusher, please run the following commands, replacing the command line arguments as necessary:
 
 ```sh
-npm install # Only run it the first time
+# Only run it the first time to build the code
+npm install
+npx lerna run build
 
 # For EVM
 npm run start -- evm --endpoint wss://example-rpc.com \