Skip to content

Commit

Permalink
chore: adicionado comandos de deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSemiOficial committed Sep 21, 2024
1 parent bba89fa commit 2c99431
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"build:production": "ng build",
"build:development": "ng build --configuration development",
"watch:production": "ng build --watch",
"watch:development": "ng build --watch --configuration development",
"test": "ng test",
"test:headless": "ng test --no-watch --browsers=ChromeHeadless"
},
Expand Down

0 comments on commit 2c99431

Please sign in to comment.