Skip to content

Commit

Permalink
env(script): Chromatic PR Check 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Dec 6, 2024
1 parent 75651ac commit bcb8de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-pr.check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Chromatic PR Review'
name: 'Chromatic PR Check'

permissions:
pull-requests: write
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ export default defineConfig({
rollupOptions: {
external: ['react', 'react-dom'],
},
sourcemap: true,
reportCompressedSize: false,
},
});

0 comments on commit bcb8de6

Please sign in to comment.