From 88d464ad35a61ef0bac18309d6a141c45bb75a5e Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Sep 2022 11:08:33 +0800 Subject: [PATCH] [typscript-rxjs] fix build failure (#13526) * add node types to fix build failure * Revert "add node types to fix build failure" This reverts commit 7ec986e164d9ab0ab5eb1abb93f2f3e06121bd7e. * add node installation to fix build failure * update ts samples --- .../builds/with-npm-version/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/samples/client/petstore/typescript-rxjs/builds/with-npm-version/pom.xml b/samples/client/petstore/typescript-rxjs/builds/with-npm-version/pom.xml index 6414f36047f3..5360e1358240 100644 --- a/samples/client/petstore/typescript-rxjs/builds/with-npm-version/pom.xml +++ b/samples/client/petstore/typescript-rxjs/builds/with-npm-version/pom.xml @@ -26,6 +26,21 @@ exec-maven-plugin 1.2.1 + + node-install + pre-integration-test + + exec + + + npm + + install + -D + @types/node + + + npm-install pre-integration-test