Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 13, 2024
1 parent 18c0bef commit 16b43fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-release-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd ./standalone
echo ';process.title = "Shiro (NextJS)"' >>server.js
mv ../static/ ./.next/static

cp $CWD/ecosystem.standalone.config.js ./ecosystem.config.js
cp $CWD/ecosystem.standalone.config.cjs ./ecosystem.config.js
cp $CWD/.env.template .env

cd ..
Expand Down
2 changes: 1 addition & 1 deletion standalone-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd ./standalone
echo ';process.title = "Shiro (NextJS)"' >>server.js
mv ../static/ ./.next/static

cp $CWD/ecosystem.standalone.config.js ./ecosystem.config.js
cp $CWD/ecosystem.standalone.config.cjs ./ecosystem.config.js

cd ..

Expand Down

0 comments on commit 16b43fb

Please sign in to comment.