We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9361425 commit 1587677Copy full SHA for 1587677
alerts/README.md
@@ -13,8 +13,8 @@ The alerts that will be sent are:
13
14
```shell
15
cp .env.example .env
16
-yarn install && yarn typechain & yarn subgraph & yarn build
17
-yarn dev # or yarn start
+pnpm install && pnpm typechain && pnpm build
+pnpm dev # or pnpm start
18
```
19
20
# Run docker
@@ -45,10 +45,10 @@ Remember to configure Slack App:
45
46
- Setup Env Variables
47
- cp .env.example .env
48
-- Install npm dependencies
49
- - yarn install
+- Install dependencies
+ - pnpm install
50
- Run script
51
- - yarn dev
+ - pnpm dev
52
53
### References
54
0 commit comments