Skip to content

Commit

Permalink
Always build node build production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Aug 1, 2024
1 parent 3455b37 commit 337fbc1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/node-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,5 @@ runs:
run: |
export $(grep -v '^[#|SIGNING|PASS_CORE_POLICY]' $ENV_FILE_PATH | xargs -d '\n')
pnpm install --frozen-lockfile
if [ "$IS_DEV" == "true" ]; then
pnpm run build:dev
else
pnpm run build
fi
pnpm run build
pnpm run build:docker

0 comments on commit 337fbc1

Please sign in to comment.