From c53ebf6c458da1e249ed46b36c3a4ade66a853f2 Mon Sep 17 00:00:00 2001 From: wing328 Date: Tue, 26 Sep 2017 17:10:08 +0800 Subject: [PATCH] add "npm run build" to ts angular --- .../petstore/typescript-angular-v2/npm/pom.xml | 14 ++++++++++++++ .../typescript-angular-v4/npm/package.json | 2 +- .../petstore/typescript-angular-v4/npm/pom.xml | 14 ++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/samples/client/petstore/typescript-angular-v2/npm/pom.xml b/samples/client/petstore/typescript-angular-v2/npm/pom.xml index 2fa94375062..ef93997a825 100644 --- a/samples/client/petstore/typescript-angular-v2/npm/pom.xml +++ b/samples/client/petstore/typescript-angular-v2/npm/pom.xml @@ -39,6 +39,20 @@ + + npm-run-build + integration-test + + exec + + + npm + + run + build + + + diff --git a/samples/client/petstore/typescript-angular-v4/npm/package.json b/samples/client/petstore/typescript-angular-v4/npm/package.json index a15c011fe29..2b62278a434 100644 --- a/samples/client/petstore/typescript-angular-v4/npm/package.json +++ b/samples/client/petstore/typescript-angular-v4/npm/package.json @@ -35,6 +35,6 @@ "typescript": "^2.1.5" }, "publishConfig": { - "registry":"https://skimdb.npmjs.com/registry" + "registry": "https://skimdb.npmjs.com/registry" } } diff --git a/samples/client/petstore/typescript-angular-v4/npm/pom.xml b/samples/client/petstore/typescript-angular-v4/npm/pom.xml index f819205f53d..0fd558145ef 100644 --- a/samples/client/petstore/typescript-angular-v4/npm/pom.xml +++ b/samples/client/petstore/typescript-angular-v4/npm/pom.xml @@ -39,6 +39,20 @@ + + npm-run-build + integration-test + + exec + + + npm + + run + build + + +