Skip to content

Commit

Permalink
Partial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhaufe committed Jul 20, 2024
1 parent 4020b58 commit 8b1601b
Show file tree
Hide file tree
Showing 196 changed files with 3,486 additions and 3,636 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
# rm package-lock.json
- name: Install dependencies
run: npm install
- name: Typecheck
run: npm run typecheck
- name: Build Application
run: npm run build
- name: Generate PWA Assets
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
# rm package-lock.json
- name: Install dependencies
run: npm install
- name: Typecheck
run: npm run typecheck
- name: Build Application
run: npm run build
- name: Generate PWA Assets
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ logs
public/apple-touch-icon-*.png
public/favicon.ico
public/maskable-icon-*.png
public/pwa-*.png
public/pwa-*.png

# mikro-orm
temp
Loading

0 comments on commit 8b1601b

Please sign in to comment.