Skip to content

Commit

Permalink
fix: typescript not export errror
Browse files Browse the repository at this point in the history
  • Loading branch information
preflower committed Sep 3, 2024
1 parent 4940910 commit fb7b1af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"access": "public"
},
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"preinstall": "npx only-allow pnpm",
"build": "pnpm --filter=!@preflower/react-use -r run build",
"ci:version": "pnpm changeset version && pnpm install --lockfile-only",
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ export * from './screen'
export * from './object'

export * from './define-map'

export * from './typescript'

0 comments on commit fb7b1af

Please sign in to comment.