Skip to content

Commit a58bf55

Browse files
committed
fix(ci): manually copy styled-jsx to standalone build
1 parent ff882d1 commit a58bf55

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cms_cms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
mkdir -p .next/standalone/.next/static
4343
cp -r public .next/standalone/public
4444
cp -r .next/static .next/standalone/.next/static
45+
cp -r node_modules/styled-jsx .next/standalone/node_modules/
4546
cd .next/standalone
4647
zip -r ../../release.zip .
4748

.github/workflows/main_cms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
mkdir -p .next/standalone/.next/static
4444
cp -r public .next/standalone/public
4545
cp -r .next/static .next/standalone/.next/static
46+
cp -r node_modules/styled-jsx .next/standalone/node_modules/
4647
cd .next/standalone
4748
zip -r ../../release.zip .
4849

0 commit comments

Comments
 (0)