Skip to content

Commit

Permalink
fix: Se agrega build:test al package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhrr committed Dec 16, 2024
1 parent 4fcd242 commit ec848d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:test": "ng build --progress --configuration=development",
"build:single-spa:usuario_rol_mf": "ng build usuario_rol_mf --configuration production",
"serve:single-spa:usuario_rol_mf": "ng s --project usuario_rol_mf --disable-host-check --port 4202 --live-reload false"
},
Expand Down

0 comments on commit ec848d9

Please sign in to comment.