mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 20:17:05 +00:00
[typscript-rxjs] fix build failure (#13526)
* add node types to fix build failure
* Revert "add node types to fix build failure"
This reverts commit 7ec986e164.
* add node installation to fix build failure
* update ts samples
This commit is contained in:
@@ -26,6 +26,21 @@
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
<version>1.2.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>node-install</id>
|
||||
<phase>pre-integration-test</phase>
|
||||
<goals>
|
||||
<goal>exec</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<executable>npm</executable>
|
||||
<arguments>
|
||||
<argument>install</argument>
|
||||
<argument>-D</argument>
|
||||
<argument>@types/node</argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>npm-install</id>
|
||||
<phase>pre-integration-test</phase>
|
||||
|
||||
Reference in New Issue
Block a user