Skip to content

Commit

Permalink
hotfix: add remove flag to wallet build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterferguson committed Mar 16, 2024
1 parent f849982 commit ac1d4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "npx localtunnel --port 4322 -s spc-wallet & astro dev --port 4322 ",
"start": "astro dev",
"build": "astro build",
"build": "astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
Expand Down

0 comments on commit ac1d4a9

Please sign in to comment.