Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Feb 2, 2024
1 parent 187d4fb commit c5e5da6
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 @@ -7,6 +7,6 @@
"scripts": {
"build": "npx @11ty/eleventy",
"dev": "npx @11ty/eleventy --serve",
"deploy": "npm ci && npm run build"
"deploy": "npm ci && npm run build && firebase deploy"
}
}

0 comments on commit c5e5da6

Please sign in to comment.