Skip to content

Commit 9890168

Browse files
committed
More build fixes
1 parent 3cd7ff3 commit 9890168

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Infra/deployStack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd ../ChimeCallService && npm i && npm run build
1919
cd ..
2020

2121
# Build the website
22-
cd ../Website && npm i && npm run build
22+
cd ../Website && npm update && npm i && npm run build
2323

2424
# Build the infrastructure cdk code
2525
cd ../Infra && npm i && npm run build

Website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"tar": ">=6.1.9",
5252
"prismjs": ">=1.25.0",
5353
"node-forge": ">=1.0.0",
54-
"nth-check": ">=2.0.1"
54+
"nth-check": ">=2.0.1",
55+
"postcss": ">=8.4.5"
5556
},
5657
"scripts": {
5758
"start": "react-scripts start",

0 commit comments

Comments
 (0)