Skip to content

Commit

Permalink
[chore] 빌드 액션시 prod 환경으로 하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
extracold1209 authored and entrydev committed Sep 2, 2020
1 parent fa39290 commit 7f9c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Yarn install, webpacking
run: |
yarn install --ignore-scripts
yarn webpack:dev
yarn webpack:prod
- name: Execute build.sh
run: |
chmod +x ./scripts/build.sh
Expand Down

0 comments on commit 7f9c6f0

Please sign in to comment.