Skip to content

Commit 1d9e489

Browse files
author
Dev Kalra
authored
update build process (#718)
1 parent ce68b8e commit 1d9e489

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

price_pusher/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ You can get the list of available price feeds from
4646
To run the price pusher, please run the following commands, replacing the command line arguments as necessary:
4747
4848
```sh
49-
npm install # Only run it the first time
49+
# Only run it the first time to build the code
50+
npm install
51+
npx lerna run build
5052

5153
# For EVM
5254
npm run start -- evm --endpoint wss://example-rpc.com \

0 commit comments

Comments
 (0)