ci: use the correct command

This commit is contained in:
iCrawl 2019-09-02 13:27:34 +02:00
parent 3ce60212e6
commit fe71cecc2a
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -17,7 +17,7 @@ jobs:
- name: npm install
run: npm install
- name: eslint
uses: npm run lint
run: npm run lint
typings-lint:
name: typings-lint