Skip to content

Commit

Permalink
fix barrel
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jan 19, 2024
1 parent 8090f4d commit eb8a2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm build",
"analyze": "ANALYZE=true pnpm build:next",
"build": "turbo build:next",
"postbuild": "next-sitemap",
"build-storybook": "storybook build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable import/no-unused-modules */
// codegen:start {preset: barrel, include: ./**/*.ts*, exclude: ./**/*.stories.*}
// codegen:start {preset: barrel, include: ['./*/*.tsx', './**/index.tsx'], exclude: '*/*.stories.*'}
export * from './BackHomeButton/BackHomeButton'
export * from './Banner/Banner'
export * from './ModalForm/ModalForm'
Expand Down

0 comments on commit eb8a2d1

Please sign in to comment.