github action

This commit is contained in:
Ben Wilson
2023-06-21 09:31:30 -04:00
parent 83d4e80d52
commit ae127ccde2

View File

@@ -24,7 +24,7 @@ jobs:
- name: npm install and npm run build
run: |
npm i
npm run build:prod
npm run build
- name: Push Build to Releases
uses: ncipollo/release-action@v1
with: