| commit | 9c43d0c4d9840f1d914313064f02f71c9de76f4a | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Tue Nov 19 01:04:06 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Tue Nov 19 08:18:22 2024 +0400 |
| tree | 420e23a609be0b7461455d533d7fbbe152d994c1 | |
| parent | 561724f05b2a468600a9be5b213d4f7b6663f35f [diff] |
DodoApp: run `npm install` before `npm ci` Change-Id: Iba43cfa2ebd91c12606f821be1891291952c9fa7
diff --git a/core/installer/app_configs/dodo_app.cue b/core/installer/app_configs/dodo_app.cue index 7d49d37..13fd0d4 100644 --- a/core/installer/app_configs/dodo_app.cue +++ b/core/installer/app_configs/dodo_app.cue
@@ -333,6 +333,10 @@ runConfiguration: [{ bin: "/usr/local/bin/npm", + args: ["install"] + }, + { + bin: "/usr/local/bin/npm", args: ["ci"] }, for c in preBuildCommands {