fix the test command

This commit is contained in:
Jean Lauliac 2017-07-19 15:38:33 +01:00
parent 7f68aa8493
commit 8c716f0029

View File

@ -46,7 +46,7 @@
"publish": "yarn run build-clean && yarn run build && lerna run prepare-release && lerna publish",
"postpublish": "lerna run cleanup-release",
"test-ci": "yarn run typecheck && yarn run lint && yarn run build && yarn run jest-coverage -- -i && node scripts/mapCoverage.js && codecov",
"test": "yarn run typecheck && yarn run lint && yarn run build && yarn run jest && yarn run test-examples",
"test": "yarn run typecheck && yarn run lint && yarn run build && yarn run jest",
"typecheck": "flow check",
"watch": "yarn run build --silent && node ./scripts/watch.js"
},