Skip to content

Commit

Permalink
fix: Bad tsupconfig entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and Will Cory committed Jul 19, 2023
1 parent 346d788 commit 4703674
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions packages/contracts-ts/src/actions.spec.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/contracts-ts/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import packageJson from './package.json'

export default defineConfig({
name: packageJson.name,
entry: ['src/index.ts', 'src/actions.ts', 'src/react.ts'],
entry: ['src/constants.ts', 'src/actions.ts', 'src/react.ts'],
outDir: 'dist',
format: ['esm', 'cjs'],
splitting: false,
Expand Down

0 comments on commit 4703674

Please sign in to comment.