Skip to content

Commit

Permalink
Ask pnpm to install to workspace root
Browse files Browse the repository at this point in the history
  • Loading branch information
lightwalker-eth committed Sep 25, 2024
1 parent 893ae94 commit 943dfee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nameguard-api-lambda-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Build and deploy lambda
run: |
cp ../LICENSE .
pnpm install [email protected]
pnpm install serverless-prune-plugin
pnpm install -w [email protected]
pnpm install -w serverless-prune-plugin
serverless deploy --stage prod --param="PROVIDER_URI_MAINNET=${{secrets.PROVIDER_URI_MAINNET}}" --param="PROVIDER_URI_SEPOLIA=${{secrets.PROVIDER_URI_SEPOLIA}}" --param="ALCHEMY_URI_MAINNET=${{secrets.ALCHEMY_URI_MAINNET}}" --param="ALCHEMY_URI_SEPOLIA=${{secrets.ALCHEMY_URI_SEPOLIA}}" --param="ENS_SUBGRAPH_URL_MAINNET=${{secrets.ENS_SUBGRAPH_URL_MAINNET}}" --param="ENS_SUBGRAPH_URL_SEPOLIA=${{secrets.ENS_SUBGRAPH_URL_SEPOLIA}}"
working-directory: api

Expand Down

0 comments on commit 943dfee

Please sign in to comment.