chore: Update Dockerfile templates to include CommonProject dependencies

This commit is contained in:
Simon Larsen
2024-07-24 19:04:25 -06:00
parent b94b775e46
commit 09883b1129
13 changed files with 100 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd CommonUI && npm install --force
@@ -35,6 +36,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd CommonServer && npm install
- run: cd IsolatedVM && npm install && npm run compile && npm run dep-check
@@ -48,6 +50,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install && npm run compile && npm run dep-check
@@ -61,6 +64,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonUI && npm install --force && npm run compile && npm run dep-check
@@ -74,6 +78,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install && npm run compile && npm run dep-check
compile-app:
@@ -86,6 +91,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd CommonUI && npm install --force
@@ -101,6 +107,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd Copilot && npm install && npm run compile && npm run dep-check
@@ -115,6 +122,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd CommonUI && npm install --force
@@ -141,6 +149,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd CommonUI && npm install --force
@@ -156,6 +165,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd CommonUI && npm install --force
@@ -172,6 +182,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd Model && npm install && npm run compile && npm run dep-check
@@ -185,6 +196,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd E2E && npm install && npm run compile && npm run dep-check
compile-probe:
@@ -197,6 +209,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd Probe && npm install && npm run compile && npm run dep-check
@@ -211,6 +224,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd Ingestor && npm install && npm run compile && npm run dep-check
@@ -226,6 +240,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd CommonUI && npm install --force
@@ -241,6 +256,7 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd CommonProject && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd TestServer && npm install && npm run compile && npm run dep-check