Skip to content

Commit

Permalink
chore: add example script to display the usage of environment configu…
Browse files Browse the repository at this point in the history
…rations
  • Loading branch information
eTallang committed Jun 7, 2024
1 parent 13beadd commit 4edb40f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"prettier": "prettier --end-of-line=crlf --write src/**/*.ts",
"start": "ng serve",
"build": "ng build",
"build:ci": "ng build --prod"
"build:ci": "ng build --configuration production",
"build:computas": "ng build --configuration computas"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 4edb40f

Please sign in to comment.