Skip to content

Commit

Permalink
Re-enable --dts for squared build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Aug 14, 2023
1 parent 3a38ef0 commit 923ae43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/squared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dist/**"
],
"scripts": {
"build": "tsup src/index.tsx --format esm,cjs --external react",
"build": "tsup src/index.tsx --format esm,cjs --dts --external react",
"dev": "tsup src/index.tsx --format esm,cjs --watch --dts --external react",
"lint": "eslint \"src/**/*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
Expand Down
1 change: 1 addition & 0 deletions packages/squared/src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ export const Button = ({
};

export default Button;
export type { ButtonProps };

0 comments on commit 923ae43

Please sign in to comment.