Skip to content

Commit

Permalink
perf(build): set sourcemaps dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
dqunbp committed Jun 7, 2020
1 parent 64d2157 commit 14e15be
Show file tree
Hide file tree
Showing 2 changed files with 592 additions and 805 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
run: NODE_ENV=production npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 14e15be

Please sign in to comment.