From 0464adccce79a8329fe2813f5b64a85593a571c7 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 26 Apr 2023 13:41:05 +0200 Subject: [PATCH] Fix script (#1885) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c805b32a..4e5f1538e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "start:server": "nx run api:serve --watch", "start:storybook": "nx run ui:storybook", "test": "npx dotenv-cli -e .env.example -- nx test", - "test:single": "nx test --test-file portfolio-calculator-novn-buy-and-sell.spec.ts", + "test:single": "nx run api:test --test-file portfolio-calculator-novn-buy-and-sell.spec.ts", "ts-node": "ts-node", "update": "nx migrate latest", "watch:server": "nx run api:build --watch",