Update CI example to build js

This commit is contained in:
Thomas A. Christensen II 2022-06-14 12:38:17 +00:00 committed by GitHub
parent 09deb3e48f
commit 6ff7aa9784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,8 @@ jobs:
with: with:
node-version: 16 node-version: 16
cache: "npm" cache: "npm"
- run: npm install - run: npm i -g @vercel/ncc
- run: npm ci && npm run build
- uses: ./ - uses: ./
with: with:
version: ${{ matrix.nextflow_version }} version: ${{ matrix.nextflow_version }}