From 6027913e3825b64687b0c3e1ff1d6ac0fc24e352 Mon Sep 17 00:00:00 2001 From: Jim Kroon Date: Wed, 25 Sep 2024 15:34:57 +0200 Subject: [PATCH] fix tests --- package.json | 2 +- packages/storeapi/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 102c05a8..0ab82701 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "xcloudapi": "yarn workspace @greenlight/xcloudapi", "webapi": "yarn workspace @greenlight/webapi", "platform": "yarn workspace @greenlight/platform", - "test": "yarn authentication test && yarn logger test && yarn storeapi test && yarn xcloudapi test && yarn webapi test && yarn platform test" + "test": "yarn authentication test && yarn logger test && yarn xcloudapi test && yarn storeapi test && yarn webapi test && yarn platform test" }, "workspaces": [ "app", diff --git a/packages/storeapi/package.json b/packages/storeapi/package.json index 25d28528..81749b45 100644 --- a/packages/storeapi/package.json +++ b/packages/storeapi/package.json @@ -8,7 +8,7 @@ "build": "tsc --build", "build:deps": "yarn workspace @greenlight/authentication build && yarn workspace @greenlight/logger build && yarn workspace @greenlight/xcloudapi build", "clean": "rm -rf dist/ && rm -rf *.tsbuildinfo", - "test": "yarn build && mocha -r ../../node_modules/ts-node/register tests/**.ts tests/**/*.ts" + "test": "yarn build:deps && yarn build && mocha -r ../../node_modules/ts-node/register tests/**.ts tests/**/*.ts" }, "dependencies": { "@greenlight/authentication": "workspace:^",