Skip to content

Commit d2682e8

Browse files
committed
Update deploy script in package.json to remove hosting restriction
- Modified the deploy script to deploy the entire Firebase project instead of only the hosting section, allowing for broader deployment capabilities. Signed-off-by: Pete Cheslock <[email protected]>
1 parent 520ab05 commit d2682e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "vite",
99
"build": "vite build",
1010
"preview": "vite preview",
11-
"deploy": "npm run build && firebase deploy --only hosting",
11+
"deploy": "npm run build && firebase deploy",
1212
"deploy:firebase": "firebase deploy --only hosting"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)