From b82021b7fbd909070bf8e015e1f753f0bf8a3240 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:42:09 +0200 Subject: shoot --- swa-cli.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'swa-cli.config.json') diff --git a/swa-cli.config.json b/swa-cli.config.json index 5f8a3ac..809aa6d 100644 --- a/swa-cli.config.json +++ b/swa-cli.config.json @@ -7,9 +7,9 @@ "outputLocation": "dist", "apiLanguage": "dotnetisolated", "apiVersion": "8.0", - "appBuildCommand": "npm run build", + "appBuildCommand": "yarn build", "apiBuildCommand": "dotnet publish -c Release", - "run": "npm run dev", + "run": "yarn dev", "appDevserverUrl": "http://localhost:5173" } } -- cgit v1.3