Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dayhaysoos committed Nov 8, 2024
1 parent 3815e2c commit 59088df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start:widget": "pnpm --filter web5-quickstart-widgets start",
"start:new": "pnpm shnip:new && pnpm --filter site-new run start",
"serve:new": "pnpm --filter site-new run serve",
"build": "pnpm run shnip && pnpm --filter site run build",
"build": "pnpm run snippets && pnpm --filter site run build",
"build:new": "pnpm shnip:new && pnpm --filter site-new run build",
"clear": "pnpm --filter site run clear",
"clear:new": "pnpm --filter site-new run clear",
Expand Down

0 comments on commit 59088df

Please sign in to comment.