build: fix dev docker image (#584)

This commit is contained in:
Shohei Ueda
2021-03-10 19:52:56 +09:00
committed by GitHub
parent 65a821ebc7
commit b52df3c817
4 changed files with 8 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ jobs:
npm --version
git --version
- run: npm ci
- run: npm ci --ignore-scripts
- name: npm audit
if: startsWith(matrix.os, 'ubuntu-18.04')