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

npm prune is not now run when building #98

Merged
merged 1 commit into from Jan 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions build.xml
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>