Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
firebase app hosting fix
  • Loading branch information
pi0 committed Nov 11, 2024
1 parent 3c3ee5d commit 22e4241
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 @@ -2,7 +2,7 @@
"name": "nitro-deploys",
"private": true,
"scripts": {
"build": "nitro build",
"build": "nitropack build",
"dev": "nitro dev",
"lint": "eslint . && prettier -c .",
"lint:fix": "eslint --fix . && prettier -w -c .",
Expand Down

0 comments on commit 22e4241

Please sign in to comment.