diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:53:08 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:53:08 +0200 |
| commit | 780aeaa93f458a399ecad771dd6ff7b7569bd2ff (patch) | |
| tree | cd1af99b8c17580077c440b87ea4f5f9611baf35 /swa-cli.config.json | |
| parent | d2a74f9f56748e727cdf1297bdb6e28ffb1e471b (diff) | |
multiple
Diffstat (limited to 'swa-cli.config.json')
| -rw-r--r-- | swa-cli.config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swa-cli.config.json b/swa-cli.config.json index 809aa6d..5f8a3ac 100644 --- a/swa-cli.config.json +++ b/swa-cli.config.json @@ -7,9 +7,9 @@ "outputLocation": "dist", "apiLanguage": "dotnetisolated", "apiVersion": "8.0", - "appBuildCommand": "yarn build", + "appBuildCommand": "npm run build", "apiBuildCommand": "dotnet publish -c Release", - "run": "yarn dev", + "run": "npm run dev", "appDevserverUrl": "http://localhost:5173" } } |
