Skip to content

Commit 16b43fb

Browse files
committed
fix: build script
Signed-off-by: Innei <[email protected]>
1 parent 18c0bef commit 16b43fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci-release-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd ./standalone
1212
echo ';process.title = "Shiro (NextJS)"' >>server.js
1313
mv ../static/ ./.next/static
1414

15-
cp $CWD/ecosystem.standalone.config.js ./ecosystem.config.js
15+
cp $CWD/ecosystem.standalone.config.cjs ./ecosystem.config.js
1616
cp $CWD/.env.template .env
1717

1818
cd ..

standalone-bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd ./standalone
1212
echo ';process.title = "Shiro (NextJS)"' >>server.js
1313
mv ../static/ ./.next/static
1414

15-
cp $CWD/ecosystem.standalone.config.js ./ecosystem.config.js
15+
cp $CWD/ecosystem.standalone.config.cjs ./ecosystem.config.js
1616

1717
cd ..
1818

0 commit comments

Comments
 (0)