Skip to content

Commit

Permalink
tsd install removed from jsclient profile oasp#214
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczak-cg committed Sep 2, 2016
1 parent d85dbd0 commit a9d0d20
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions samples/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,6 @@
<workingDirectory>${js.client.dir}</workingDirectory>
</configuration>
</execution>
<execution>
<id>tsd-install</id>
<phase>generate-sources</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>tsd</executable>
<arguments>
<argument>install</argument>
</arguments>
<workingDirectory>${js.client.dir}</workingDirectory>
</configuration>
</execution>
<execution>
<id>gulp-clean</id>
<phase>generate-sources</phase>
Expand Down

0 comments on commit a9d0d20

Please sign in to comment.