From ddefe14d6940fa2042ae0b6107d1fa4c893e90d7 Mon Sep 17 00:00:00 2001 From: Hammad Jutt Date: Sun, 26 Jul 2020 20:24:30 -0600 Subject: [PATCH] Fix test command --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 398d4e74..3173314f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "hasura:console": "npm run hasura console -- --no-browser", "hasura:migrate:init": "npm run hasura migrate create \"init\" -- --from-server", "hasura:migrate:apply": "npm run hasura migrate apply", - "test": "lerna run test --parallel", + "test": "lerna run test --parallel --", "test:full": "yarn lint && yarn typecheck && yarn test", "clean": "lerna clean", "format": "prettier --ignore-path .gitignore --write \"{*,**/*}.{ts,tsx,js,jsx,json,yml,yaml,md}\"", diff --git a/yarn.lock b/yarn.lock index 6cdf28de..7bc7e2ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5594,7 +5594,7 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.20.tgz#e6d8b3631af1e59bbb4fda04926b078acdd3c2ef" integrity sha512-XgDgo6W10SeGEAM0k7FosJpvLCynOTYns4Xk3J5HGrA+UI/bKZ30PGMzOP5Lh2zs4259I71FSYLAtjnx3qhObw== -"@types/node@^12.0.0", "@types/node@^12.6.1": +"@types/node@^12.6.1": version "12.12.36" resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.36.tgz#162c8c2a2e659da480049df0e19ae128ad3a1527" integrity sha512-hmmypvyO/uTLFYCYu6Hlb3ydeJ11vXRxg8/WJ0E3wvwmPO0y47VqnfmXFVuWlysO0Zyj+je1Y33rQeuYkZ51GQ== @@ -5642,7 +5642,7 @@ "@types/history" "*" "@types/react" "*" -"@types/react-dom@*", "@types/react-dom@^16.9.0": +"@types/react-dom@*": version "16.9.6" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.6.tgz#9e7f83d90566521cc2083be2277c6712dcaf754c" integrity sha512-S6ihtlPMDotrlCJE9ST1fRmYrQNNwfgL61UB4I1W7M6kPulUKx9fXAleW5zpdIjUQ4fTaaog8uERezjsGUj9HQ== @@ -5694,7 +5694,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.9.0": +"@types/react@*": version "16.9.34" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349" integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==