From caca6a27567799e86881a8fd6e888bb4a3c087f2 Mon Sep 17 00:00:00 2001 From: cskiwi Date: Sat, 28 Dec 2024 14:14:38 +0100 Subject: [PATCH] ci: set run script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cc3e33630..513cbff44 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "start": "nx serve", "start:prod": "node -r dotenv/config dist/apps/api/main.js", "build": "nx build", + "nx": "nx", "test": "nx test", "lint": "nx lint", "e2e": "nx run-many --target=e2e",