mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-16 03:26:54 +01:00
fix build, by calling jest without yarn
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
"build-js": "react-scripts build",
|
||||
"build": "npm-run-all build-css build-js",
|
||||
"test": "jest",
|
||||
"test-coverage": "yarn run test --coverage",
|
||||
"test-ci": "yarn run test --ci --coverage",
|
||||
"test-coverage": "jest --coverage",
|
||||
"test-ci": "jest --ci --coverage",
|
||||
"eject": "react-scripts eject",
|
||||
"flow": "flow"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user