From 22e4241799eedef4b9ccec9ff4bab0e36412e96c Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 11 Nov 2024 12:40:50 +0100 Subject: [PATCH] update build command firebase app hosting fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f1c115..40e2f15 100644 --- a/package.json +++ b/package.json @@ -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 .",