We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ac141 commit 385f7c9Copy full SHA for 385f7c9
build.xml
@@ -186,7 +186,7 @@
186
187
<mkdir dir="${build.npm.dir}"/>
188
<mkdir dir="${build.npm.dir}/lib"/>
189
- <copy file="${npm.dir}/package.json" todir="${build.npm.dir}"/>
+ <copy file="package.json" todir="${build.npm.dir}"/>
190
<concat destfile="${build.npm.dir}/cli.js" fixlastline="true">
191
<header trimleading="yes">#!/usr/bin/env node
192
/* Build time: ${RIGHT_NOW} */
0 commit comments