Skip to content

Commit

Permalink
Updated github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhaufe committed Jul 14, 2024
1 parent d7721b4 commit c17a061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build Application
run: npm run generate
run: npm run build
- name: Generate PWA Assets
run: npm run generate-pwa-assets
# - name: Run Unit Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build Application
run: npm run generate
run: npm run build
- name: Generate PWA Assets
run: npm run generate-pwa-assets
# - name: Run Unit Tests
Expand Down

0 comments on commit c17a061

Please sign in to comment.