Skip to content

Commit

Permalink
fix(build): use tsup for build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Mar 19, 2024
1 parent 8965b08 commit fd3e838
Show file tree
Hide file tree
Showing 5 changed files with 1,390 additions and 167 deletions.
4 changes: 1 addition & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npm --prefix=../ i --ignore-scripts -C ./demo",
"postbuild": "npm --prefix=../ run build"
"lint": "next lint"
},
"dependencies": {
"next": "14.1.3",
Expand Down
Loading

1 comment on commit fd3e838

@vercel
Copy link

@vercel vercel bot commented on fd3e838 Mar 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.