ov-components: fixed bundle path

pull/839/head
Carlos Santos 2024-07-24 18:07:13 +02:00
parent 551bc76ba1
commit 5097dc925e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
"lib:test": "ng test openvidu-components-angular --no-watch --code-coverage",
"lint": "ng lint",
"start": "ng serve --configuration development --open",
"start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200",
"start-prod": "npx http-server ./dist/openvidu-components-testapp/browser --port 4200",
"start:ssl": "ng serve --ssl --configuration development --host 0.0.0.0 --port 5080",
"webcomponent:testing-build": "./node_modules/@angular/cli/bin/ng.js build openvidu-webcomponent --configuration testing && node ./openvidu-webcomponent-build.js",
"webcomponent:build": "./node_modules/@angular/cli/bin/ng.js build openvidu-webcomponent --configuration production && node ./openvidu-webcomponent-build.js",