Skip to content

Commit 3b41a4a

Browse files
committed
fix frontend deployment
1 parent 7586ac5 commit 3b41a4a

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424

25+
- name: Setup Node
26+
uses: actions/setup-node@v4
27+
with:
28+
node-version: '22'
29+
2530
- name: Setup Python
2631
uses: actions/setup-python@v4
2732
with:
@@ -69,7 +74,7 @@ jobs:
6974
run: |
7075
cd shipment-list-frontend
7176
npm install
72-
npm run build
77+
CI=false npm run build
7378
7479
- name: Show LocalStack logs
7580
if: always()

terraform/cleanup.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

terraform/run-tflocal.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)