Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #486 from mmatczak/develop
Browse files Browse the repository at this point in the history
tsd install removed from jsclient profile #214
  • Loading branch information
hohwille authored Sep 22, 2016
2 parents 117206b + a9d0d20 commit df0c2fd
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 df0c2fd

Please sign in to comment.