Skip to content

type bugs fixed

type bugs fixed #11

Workflow file for this run

on:
push:
branches:
- master
name: πŸš€ Deploy fastbuka on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2.3.2
- name: Install npm packages
run: |
npm install
- name: Build application
run: |
npm run build