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 \