From ec4e7096ec11d3968f8af967d1489931df6464c1 Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Wed, 10 Aug 2022 21:32:01 -0600 Subject: [PATCH] Prepare production build on the CI --- .github/workflows/pull_request.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e2cd12c..c9c48b5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -30,5 +30,9 @@ jobs: #- name: Run tests # run: CI=true sbt test - #- name: Prepare production build - #run: npm install && npm run build + - name: Install js dependencies + run: npm ci + + - name: Prepare production build + run: npm run build +