fix broken build - switch to ncc build (#56)

* switch to ncc build

* update

* bump ncc
This commit is contained in:
David Gamero
2022-06-30 16:24:00 -04:00
committed by GitHub
parent 4a983766a0
commit 6331e961d2
3 changed files with 8 additions and 4 deletions

View File

@ -20,7 +20,10 @@ jobs:
id: npm-build
run: |
npm install
npm run build
- name: Build
run: npm run build
- name: Set Context
uses: ./
with: