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

Commit

Permalink
npm prune is not now run when building (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin authored Jan 14, 2020
1 parent d7edefb commit 5cb9e15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@

<import file="${path.framework}/build.xml"/>

<target name="npm" description="Installs modules required for Grunt.">
<exec executable="${path.npm.executable}" dir="${path.root}" logoutput="true" passthru="true" checkreturn="true">
<arg value="install"/>
</exec>
</target>

</project>

0 comments on commit 5cb9e15

Please sign in to comment.