Skip to content

Commit

Permalink
chore: various tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Apr 8, 2024
1 parent 2d6bc45 commit c2e0b28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"paths": {
"@grapp/stacks": ["../src"]
}
}
},
"include": [
"./app/**/*.{ts,tsx}"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"package.json"
],
"scripts": {
"build": "tsup",
"build": "rm -rf ./lib && tsup",
"types:check": "tsc --noEmit"
},
"publishConfig": {
Expand Down

0 comments on commit c2e0b28

Please sign in to comment.