Run ui specs on CI

This commit is contained in:
Pavel Pustovalov
2020-08-20 02:52:13 -05:00
committed by Umputun
parent 1eedcc0eb3
commit 11f222c6e3
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -26,3 +26,6 @@ jobs:
- run: npx run-p check lint
working-directory: ./frontend
- run: npm run test
working-directory: ./frontend
-1
View File
@@ -2,6 +2,5 @@ module.exports = {
hooks: {
'pre-commit': 'lint-staged',
'post-commit': 'git update-index --again',
'pre-push': 'run-s check test',
},
};