From d23a665647d6c6316c8ad5305f1cf0f4557b3158 Mon Sep 17 00:00:00 2001 From: Jean Lauliac Date: Wed, 19 Jul 2017 17:31:41 +0100 Subject: [PATCH] Revert "fix the test command" This reverts commit 8c716f0029cf99aa2e2a12671a9c8fcf7afb2a39. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7c77504..20f3351f 100644 --- a/package.json +++ b/package.json @@ -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" },