Skip to content

Commit

Permalink
ci: build frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Dec 17, 2024
1 parent b2eddad commit bb5000a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}"

- name: build frontend
run: nix develop -c make build-frontend

- name: build backend
run: nix develop -c make build-for-tests

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ check-code-apps-customer-portal:
build-storybook-admin-panel:
cd apps/admin-panel && pnpm install --frozen-lockfile && pnpm run build-storybook

build-frontend:
cd apps/admin-panel && pnpm install --frozen-lockfile && pnpm build

# add https://xxx.ngrok-free.app/sumsub/callback to test integration with sumsub
ngrok:
ngrok http 5253
Expand Down

0 comments on commit bb5000a

Please sign in to comment.