From af3de9f9d96ae0b9cf496d4ce07a30e90b57a887 Mon Sep 17 00:00:00 2001 From: jenkinsopenvidu Date: Wed, 3 Oct 2018 12:05:33 +0000 Subject: [PATCH] Update to version v1.2.0 --- front/openvidu-call/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/openvidu-call/package.json b/front/openvidu-call/package.json index 5302d19a..99e01687 100644 --- a/front/openvidu-call/package.json +++ b/front/openvidu-call/package.json @@ -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" },