Run correct prettier check

This commit is contained in:
Paulus Schoutsen 2021-06-09 23:01:36 -07:00 committed by GitHub
parent 7b9416bd5c
commit 3bb36d97e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,4 @@ jobs:
node-version: 16
- run: npm ci
- run: script/build
- run: npm exec prettier --check src
- run: npm exec -- prettier --check src