npx standard || true

This commit is contained in:
Christian Clauss
2020-05-03 16:44:17 +02:00
committed by GitHub
parent 5281956fbf
commit a202d1d06d

View File

@ -19,6 +19,6 @@ jobs:
npm run build --if-present
npm test
npm install standard --save-dev
standard || true # several files are still on compliant
npx standard || true # several files are still on compliant
env:
CI: true