Skip to content

Commit

Permalink
do not generate source maps in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
maslick committed Jan 29, 2022
1 parent d69d867 commit 7ea55b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: install npm dependencies
run: yarn install --frozen-lockfile
- name: build React bundle
run: npm run build
run: GENERATE_SOURCEMAP=false npm run build
- name: upload js bundle artifact
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 7ea55b5

Please sign in to comment.