File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 mkdir -p .next/standalone/.next/static
4343 cp -r public .next/standalone/public
4444 cp -r .next/static .next/standalone/.next/static
45- cp -r node_modules/styled-jsx .next/standalone/node_modules/
45+ cp -rL node_modules/styled-jsx .next/standalone/node_modules/
4646 cd .next/standalone
4747 zip -r ../../release.zip .
4848
Original file line number Diff line number Diff line change 4343 mkdir -p .next/standalone/.next/static
4444 cp -r public .next/standalone/public
4545 cp -r .next/static .next/standalone/.next/static
46- cp -r node_modules/styled-jsx .next/standalone/node_modules/
46+ cp -rL node_modules/styled-jsx .next/standalone/node_modules/
4747 cd .next/standalone
4848 zip -r ../../release.zip .
4949
You can’t perform that action at this time.
0 commit comments