From 6ff7aa9784eef8606d1fe9aa5edf765315391487 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 14 Jun 2022 12:38:17 +0000 Subject: [PATCH] Update CI example to build js --- .github/workflows/example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index c91c24c..50dc682 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -30,7 +30,8 @@ jobs: with: node-version: 16 cache: "npm" - - run: npm install + - run: npm i -g @vercel/ncc + - run: npm ci && npm run build - uses: ./ with: version: ${{ matrix.nextflow_version }}