Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Apr 4, 2023
1 parent 153b50f commit 8af6a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/open-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"homepage": "https://open-next.js.org",
"main": "index.js",
"scripts": {
"build": "rm -rf dist/assets && cp -r assets dist/assets && tsc",
"build": "rm -rf dist/assets && mkdir -p dist && cp -r assets dist/assets && tsc",
"dev": "tsc -w"
},
"keywords": [],
Expand Down

1 comment on commit 8af6a28

@vercel
Copy link

@vercel vercel bot commented on 8af6a28 Apr 4, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

open-next – ./

open-next-sst-dev.vercel.app
open-next.vercel.app
open-next-git-main-sst-dev.vercel.app

Please sign in to comment.