Skip to content

Commit

Permalink
env changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jun 6, 2024
1 parent 5b15cd0 commit 6b3766e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Invalidate Cloudfront
- name: invalidate
uses: chaitanyapotti/cloudfront-update-distribution@v3
uses: chaitanyapotti/cloudfront-update-distribution@v4
with:
cloudfront-distribution-id: ${{ secrets.DISTRIBUTION_DEMO }}
cloudfront-invalidation-path: '/*'
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default defineConfig({
port: 4050
},
build: {
// sourcemap: false
sourcemap: true
sourcemap: false
// sourcemap: true
},
define: {
__SENTRY_DEBUG__: false,
Expand Down

0 comments on commit 6b3766e

Please sign in to comment.