From 8e8609371f22a044ef1508c8e3e5fd4358955aca Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Tue, 5 Jul 2022 04:48:44 -0700 Subject: [PATCH] Fix GHA syntax --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bffa145a..7affba270 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} registry-url: 'https://registry.npmjs.org' - name: Install - run: npm install --prod + run: npm install working-directory: dev/frontend - name: Lint run: npm run lint @@ -87,11 +87,6 @@ jobs: - name: Install run: npm install --prod working-directory: prod/frontend - - name: Lint - run: npm run lint - working-directory: prod/frontend - # - name: Test - # run: npm run test - name: Build run: npm run build working-directory: prod/frontend