Skip to content

Commit 7ccc968

Browse files
committed
set up proper buid
1 parent 18fe596 commit 7ccc968

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
dist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"module": "dist/index.mjs",
1111
"types": "dist/index.d.ts",
1212
"scripts": {
13-
"build": "tsup index.ts --format cjs,esm --dts",
13+
"build": "tsup src/index.ts --format cjs,esm --dts",
1414
"release": "npm run build && changeset publish",
1515
"lint": "tsc"
1616
},

services/index.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export * from "./services/Lists";
2+
export * from "./services/core";
3+
export * from "./services/projects";
4+
5+
export * from "./services/Lists/types";
6+
export * from "./services/core/types";
7+
export * from "./services/projects/types";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)