aboutsummaryrefslogtreecommitdiff
path: root/swa-cli.config.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-08-25 23:42:09 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-08-25 23:42:09 +0200
commitb82021b7fbd909070bf8e015e1f753f0bf8a3240 (patch)
tree5b1a64a7c1a3c806a6077d279a71ef537244fc7e /swa-cli.config.json
parentf3207bb5f941189c5ac961b56986fe4c9d35b5e6 (diff)
shoot
Diffstat (limited to 'swa-cli.config.json')
-rw-r--r--swa-cli.config.json4
1 files changed, 2 insertions, 2 deletions
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"
}
}