add build action

This commit is contained in:
Cogent Apps
2023-03-09 11:08:51 -08:00
committed by GitHub
parent b08dcd82b2
commit d9aa5aefbe

11
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: build app
on:
push:
branches:
- '*'
jobs:
deploy-webapp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm install && npm run build