Revert "fix the test command"

This reverts commit 8c716f0029.
This commit is contained in:
Jean Lauliac 2017-07-19 17:31:41 +01:00
parent 84e0fe4606
commit d23a665647
1 changed files with 1 additions and 1 deletions

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",
"test": "yarn run typecheck && yarn run lint && yarn run build && yarn run jest && yarn run test-examples",
"typecheck": "flow check",
"watch": "yarn run build --silent && node ./scripts/watch.js"
},