v3 new release (#57)
* fix broken build - switch to ncc build (#56) * switch to ncc build * update * bump ncc * Add node modules and compiled JavaScript from main Co-authored-by: David Gamero <david340804@gmail.com> Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
52d71d28bd
commit
8128997447
5
.github/workflows/integration-tests.yml
vendored
5
.github/workflows/integration-tests.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user