mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
added test execution to pre-commit goal
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"test-ci": "jest --ci --coverage",
|
||||
"eject": "react-scripts eject",
|
||||
"flow": "flow",
|
||||
"pre-commit": "flow && eslint src"
|
||||
"pre-commit": "jest && flow && eslint src"
|
||||
},
|
||||
"proxy": {
|
||||
"/scm/api": {
|
||||
|
||||
Reference in New Issue
Block a user