We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e721a6 commit af3de9fCopy full SHA for af3de9f
front/openvidu-call/package.json
@@ -53,12 +53,12 @@
53
"private": true,
54
"scripts": {
55
"build": "ng build",
56
- "build:openvidu-webcomponent": "ng build --prod --output-hashing none && node openvidu-webcomponent-build.js",
57
"build:openvidu-angular": "node openvidu-angular-build.js && ng build openvidu-angular --prod",
58
- "pack:openvidu-angular": "cd dist/openvidu-angular && npm pack",
+ "build:openvidu-webcomponent": "ng build --prod --output-hashing none && node openvidu-webcomponent-build.js",
59
"e2e": "ng e2e",
60
"lint": "ng lint",
61
"ng": "ng",
+ "pack:openvidu-angular": "cd dist/openvidu-angular && npm pack",
62
"start": "ng serve",
63
"test": "ng test"
64
},
0 commit comments