Update dev-image.yml

This commit is contained in:
Shohei Ueda 2020-11-21 11:17:44 +09:00 committed by GitHub
parent 21488cde7d
commit 53d051b3e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,5 +35,5 @@ jobs:
- run: make build - run: make build
- run: make cirun cmd="npm ci" - run: make cirun cmd="npm ci"
# - run: make ciall # - run: make ciall
- run: make cirun cmd="npm format:check" - run: make cirun cmd="npm run format:check"
- run: make cirun cmd="npm lint" - run: make cirun cmd="npm run lint"