Skip to content

Commit

Permalink
Update to version v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Oct 3, 2018
1 parent 4e721a6 commit af3de9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/openvidu-call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"private": true,
"scripts": {
"build": "ng build",
"build:openvidu-webcomponent": "ng build --prod --output-hashing none && node openvidu-webcomponent-build.js",
"build:openvidu-angular": "node openvidu-angular-build.js && ng build openvidu-angular --prod",
"pack:openvidu-angular": "cd dist/openvidu-angular && npm pack",
"build:openvidu-webcomponent": "ng build --prod --output-hashing none && node openvidu-webcomponent-build.js",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"pack:openvidu-angular": "cd dist/openvidu-angular && npm pack",
"start": "ng serve",
"test": "ng test"
},
Expand Down

0 comments on commit af3de9f

Please sign in to comment.