Skip to content

Commit

Permalink
fixed next build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Mar 1, 2025
1 parent e129377 commit 27fe3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-deb-web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm run build
# Copy the Next.js standalone build
echo "Copying Next.js standalone build to package..."
cp -r .next/standalone/* "../${PKG_ROOT}/usr/local/share/serviceradar-web/"
cp -r .next/static "../${PKG_ROOT}/usr/local/share/serviceradar-web/.next/"
cp -r .next/standalone/.next "../${PKG_ROOT}/usr/local/share/serviceradar-web/"

# Ensure styled-jsx is properly included
mkdir -p "../${PKG_ROOT}/usr/local/share/serviceradar-web/node_modules/styled-jsx/dist"
Expand Down

0 comments on commit 27fe3a5

Please sign in to comment.