Update ci

This commit is contained in:
Julien Lengrand-Lambert
2020-04-18 16:45:50 +02:00
parent d5bdbc61ff
commit dc5c78f685

View File

@@ -19,6 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install and build
run: |
npm install
npm ci
npm run build --if-present
env: