Skip to content

Commit

Permalink
ov-components: fixed bundle path
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jul 24, 2024
1 parent 551bc76 commit 5097dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvidu-components-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5097dc9

Please sign in to comment.