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 8f10bc1 commit bf468ceCopy full SHA for bf468ce
.github/workflows/cms_cms.yml
@@ -42,6 +42,7 @@ jobs:
42
mkdir -p .next/standalone/.next/static
43
cp -r public .next/standalone/public
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
cd .next/standalone
48
zip -r ../../release.zip .
.github/workflows/main_cms.yml
@@ -43,6 +43,7 @@ jobs:
49
0 commit comments