Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Enable deploy, remove tsc check
Browse files Browse the repository at this point in the history
  • Loading branch information
jacque006 committed Apr 10, 2024
1 parent fe91645 commit c5b817d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/email-recovery-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: packages/demos/email-recovery

on:
push:
branches: ['main']
branches: ['main', 'feature/email-recovery-circuits']
paths:
- packages/demos/email-recovery/**

Expand Down
2 changes: 1 addition & 1 deletion packages/demos/email-recovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"setup": "cp .env.base-sepolia .env",
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down

0 comments on commit c5b817d

Please sign in to comment.