Skip to content

Commit

Permalink
ci: separate build and build-and-deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
keenthekeen committed Jan 16, 2025
1 parent 8cc94a4 commit fa856f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build && pnpm sentry:sourcemaps",
"build": "ng build",
"build-and-deploy": "ng build && pnpm sentry:sourcemaps && firebase deploy --only hosting",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
Expand Down Expand Up @@ -72,4 +73,4 @@
"typescript": "~5.5.4"
},
"description": "An Ionic project"
}
}

0 comments on commit fa856f9

Please sign in to comment.