Skip to content

Commit af3de9f

Browse files
Update to version v1.2.0
1 parent 4e721a6 commit af3de9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

front/openvidu-call/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
"private": true,
5454
"scripts": {
5555
"build": "ng build",
56-
"build:openvidu-webcomponent": "ng build --prod --output-hashing none && node openvidu-webcomponent-build.js",
5756
"build:openvidu-angular": "node openvidu-angular-build.js && ng build openvidu-angular --prod",
58-
"pack:openvidu-angular": "cd dist/openvidu-angular && npm pack",
57+
"build:openvidu-webcomponent": "ng build --prod --output-hashing none && node openvidu-webcomponent-build.js",
5958
"e2e": "ng e2e",
6059
"lint": "ng lint",
6160
"ng": "ng",
61+
"pack:openvidu-angular": "cd dist/openvidu-angular && npm pack",
6262
"start": "ng serve",
6363
"test": "ng test"
6464
},

0 commit comments

Comments
 (0)