我想修改ANT文件,使用npm运行构建来构建javascript文件,就像我通常在visualstudio代码中所做的那样。
但它将出现错误=>'program’是<exec/>
<target name ="npm-build">
<exec dir="${base}" executable="ng.cmd" failonerror="true">
<arg value="build"/>
</exec>
</target>
能在这个问题上提供帮助吗?
修改<exec目录到<执行程序