package-lock not in main directory

This commit is contained in:
Julien Lengrand-Lambert
2022-08-20 15:33:54 +02:00
parent aca80220c9
commit c944afa28e

View File

@@ -22,6 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
working-directory: ./src/main/js/pluckr-app
- run: npm run build --if-present