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 ff882d1 commit a58bf55Copy full SHA for a58bf55
.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
+ cp -r node_modules/styled-jsx .next/standalone/node_modules/
46
cd .next/standalone
47
zip -r ../../release.zip .
48
.github/workflows/main_cms.yml
@@ -43,6 +43,7 @@ jobs:
49
0 commit comments