Skip to content

Commit 9777778

Browse files
committed
fix(ci): manually copy @swc helpers to standalone build
1 parent bf468ce commit 9777778

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
@@ -44,6 +44,7 @@ jobs:
4444
cp -r .next/static .next/standalone/.next/static
4545
rm -rf .next/standalone/node_modules/styled-jsx
4646
cp -rL node_modules/styled-jsx .next/standalone/node_modules/
47+
cp -rL node_modules/@swc .next/standalone/node_modules/
4748
cd .next/standalone
4849
zip -r ../../release.zip .
4950

.github/workflows/main_cms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
cp -r .next/static .next/standalone/.next/static
4646
rm -rf .next/standalone/node_modules/styled-jsx
4747
cp -rL node_modules/styled-jsx .next/standalone/node_modules/
48+
cp -rL node_modules/@swc .next/standalone/node_modules/
4849
cd .next/standalone
4950
zip -r ../../release.zip .
5051

0 commit comments

Comments
 (0)