fix build, by calling jest without yarn

This commit is contained in:
Sebastian Sdorra
2018-07-24 08:53:40 +02:00
parent bcc23074f6
commit f577289341

View File

@@ -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"
},