Skip to content

Commit

Permalink
install lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Sep 10, 2024
1 parent 81a972a commit a72b412
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ jobs:
- name: Provide dapp
run: ETHEREUM_ENDPOINT=${{ secrets.ETHEREUM_ENDPOINT }} thc provide-dapp game thc/web

- name: Install THC (as in Treasure Hunt Code) dependencies
- name: Install THC (as in Treasure Hunt Code) lib deps
working-directory: thc/lib
run: pnpm install

- name: Install THC (as in Treasure Hunt Code) web deps
working-directory: thc/web
run: pnpm install

Expand Down

0 comments on commit a72b412

Please sign in to comment.