Skip to content

Commit

Permalink
Remove code to build service worker since it's done by vue pwa plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Mar 23, 2021
1 parent 8c2dd37 commit 1ae06aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ jobs:
node-version: '15'
- name: Install dependencies
run: npm install
# Install workbox
- name: Install workbox
run: npm i workbox-cli --global
- name: Build for production
run: npm run build
- name: Build service worker
run: workbox generateSW workbox-config.js
# Upload the dist directory
- uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 1ae06aa

Please sign in to comment.