We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf468ce commit 9777778Copy full SHA for 9777778
.github/workflows/cms_cms.yml
@@ -44,6 +44,7 @@ jobs:
44
cp -r .next/static .next/standalone/.next/static
45
rm -rf .next/standalone/node_modules/styled-jsx
46
cp -rL node_modules/styled-jsx .next/standalone/node_modules/
47
+ cp -rL node_modules/@swc .next/standalone/node_modules/
48
cd .next/standalone
49
zip -r ../../release.zip .
50
.github/workflows/main_cms.yml
@@ -45,6 +45,7 @@ jobs:
51
0 commit comments