diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e9ef3cb1..30c616243 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,10 +6,6 @@ jobs: build: runs-on: ubuntu-latest - defaults: - run: - working-directory: korp-frontend - strategy: matrix: # Having "" here enables the `node-version-file` option @@ -36,11 +32,14 @@ jobs: node-version-file: .nvmrc - name: Install dependencies + working-directory: korp-frontend run: yarn install - name: Link config + working-directory: korp-frontend run: | echo '{"configDir": "../korp-frontend-sb/app"}' > run_config.json - name: Build + working-directory: korp-frontend run: yarn build