Skip to content

Commit bf468ce

Browse files
committed
fix(ci): remove existing styled-jsx trace before manual copy
1 parent 8f10bc1 commit bf468ce

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+
rm -rf .next/standalone/node_modules/styled-jsx
4546
cp -rL node_modules/styled-jsx .next/standalone/node_modules/
4647
cd .next/standalone
4748
zip -r ../../release.zip .

.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+
rm -rf .next/standalone/node_modules/styled-jsx
4647
cp -rL node_modules/styled-jsx .next/standalone/node_modules/
4748
cd .next/standalone
4849
zip -r ../../release.zip .

0 commit comments

Comments
 (0)