Skip to content

display js compiler errors while coding (no need to go to test tab to… #152

display js compiler errors while coding (no need to go to test tab to…

display js compiler errors while coding (no need to go to test tab to… #152

name: Build and Deploy PWA
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
npm install
npm run-script build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist