Skip to content

Commit

Permalink
jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhaomax committed Mar 29, 2024
1 parent 3ab625b commit c67e686
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ pipeline {
${npmHome}/bin/npm run build
cd server
${npmHome}/bin/npm install --max_old_space_size=1024
ls /usr/src/app/build/favicon.ico
cd ..
"""
}
Expand Down
2 changes: 1 addition & 1 deletion config/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const publicUrlOrPath = getPublicUrlOrPath(
process.env.PUBLIC_URL
);

const buildPath = process.env.BUILD_PATH || 'build';
const buildPath = process.env.BUILD_PATH || 'server/build';

const moduleFileExtensions = [
'web.mjs',
Expand Down

0 comments on commit c67e686

Please sign in to comment.