File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4646 cp -rL node_modules/styled-jsx .next/standalone/node_modules/
4747 rm -rf .next/standalone/node_modules/@swc
4848 cp -rL node_modules/@swc .next/standalone/node_modules/
49+ rm -rf .next/standalone/node_modules/@next
50+ cp -rL node_modules/@next .next/standalone/node_modules/
4951
5052 mkdir deployment
5153 rsync -aL .next/standalone/ deployment/ || echo "Rsync: Some files could not be copied (likely broken symlinks)"
Original file line number Diff line number Diff line change 4747 cp -rL node_modules/styled-jsx .next/standalone/node_modules/
4848 rm -rf .next/standalone/node_modules/@swc
4949 cp -rL node_modules/@swc .next/standalone/node_modules/
50+ rm -rf .next/standalone/node_modules/@next
51+ cp -rL node_modules/@next .next/standalone/node_modules/
5052
5153 mkdir deployment
5254 rsync -aL .next/standalone/ deployment/ || echo "Rsync: Some files could not be copied (likely broken symlinks)"
You can’t perform that action at this time.
0 commit comments