update build process (#718)

This commit is contained in:
Dev Kalra 2023-03-29 16:07:05 +05:30 committed by GitHub
parent ce68b8e043
commit 1d9e48991b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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 \