Skip to content

Commit

Permalink
Config: 암호화 빌드
Browse files Browse the repository at this point in the history
  • Loading branch information
marinesnow34 authored Mar 26, 2024
1 parent a3165a4 commit 97c2c37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: cat env file
run: cat .env

- name: Generate build # React Build
run: npm run build
- name: Generate wbuild # React Build
run: npm run wbuild

# - name: file copy
# uses: actions/upload-artifact@v3
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"wbuild": "set \"GENERATE_SOURCEMAP=false\" && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 97c2c37

Please sign in to comment.