Skip to content

Commit

Permalink
fix start script
Browse files Browse the repository at this point in the history
  • Loading branch information
faizov committed Jul 11, 2024
1 parent bab838f commit 848face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/apps/vara-man/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.2",
"type": "module",
"scripts": {
"start": "yarn build:packages && yarn build:ez-transactions vite --open --host",
"start": "yarn build:packages && yarn build:ez-transactions && tsc && vite --open --host",
"build": "yarn build:packages && yarn build:ez-transactions && tsc && vite build",
"preview": "vite preview",
"deploy": "tsc && vite build && npx thirdweb@latest upload dist"
Expand Down

0 comments on commit 848face

Please sign in to comment.