mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-05 19:56:48 +02:00
reenable flow for pre-commit
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"test-ci": "jest --ci --coverage",
|
||||
"eject": "react-scripts eject",
|
||||
"flow": "flow",
|
||||
"pre-commit": "jest && eslint src"
|
||||
"pre-commit": "jest && flow && eslint src"
|
||||
},
|
||||
"proxy": {
|
||||
"/scm/api": {
|
||||
|
||||
Reference in New Issue
Block a user