fix: issue with ci

This commit is contained in:
Bart van der Braak 2023-10-01 21:14:28 +02:00 committed by GitHub
parent ee7df984df
commit 135cb4bdfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm install
- name: Build production - name: Build production
run: npm run build run: npm run build