Run ui specs on CI
This commit is contained in:
committed by
Umputun
parent
1eedcc0eb3
commit
11f222c6e3
@@ -26,3 +26,6 @@ jobs:
|
||||
|
||||
- run: npx run-p check lint
|
||||
working-directory: ./frontend
|
||||
|
||||
- run: npm run test
|
||||
working-directory: ./frontend
|
||||
|
||||
@@ -2,6 +2,5 @@ module.exports = {
|
||||
hooks: {
|
||||
'pre-commit': 'lint-staged',
|
||||
'post-commit': 'git update-index --again',
|
||||
'pre-push': 'run-s check test',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user