ci: change lint command to use yarn

pull/10/head
sct 4 years ago
parent de8ee9ba85
commit f07669748f

@ -20,6 +20,6 @@ jobs:
HUSKY_SKIP_INSTALL: 1
run: yarn
- name: lint
run: npm run lint
run: yarn lint
- name: build
run: yarn build

Loading…
Cancel
Save