added yarn lint and test after plugin creation. Fixed some mirror things related with eslint errors

This commit is contained in:
Mateus Marquezini
2020-03-19 14:20:43 -03:00
parent 697ac5923f
commit 07f61e4c2e
7 changed files with 74 additions and 18 deletions
+6
View File
@@ -40,3 +40,9 @@ jobs:
run: |
sudo sysctl fs.inotify.max_user_watches=524288
node scripts/cli-e2e-test.js
- name: yarn lint, test after plugin creation
run: |
yarn lint
yarn test
env:
CI: true