Skip to content

Commit

Permalink
feat: add envio build on app build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagalidoom committed Sep 30, 2024
1 parent 287aacf commit ccd1483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pip install awscli --upgrade --user
- name: Build App
run: yarn update-deposits && yarn build
run: yarn build

- name: Install Playwright Browsers
run: yarn playwright install
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "next dev",
"build": "npm-run-all build:*",
"build:hardhat": "cd hardhat && npm install",
"build:envio": "cd envio && npm codegen",
"build:root": "next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit ccd1483

Please sign in to comment.