在ng build watch之后运行命令

时间:2019-07-02 21:06:28

标签: angular angular6 package.json ng-build

我正在使用一个简单的ng build watch命令,每次完成此任务后,我需要在每次构建后复制一个文件。

package.json

{
...
"dev-watch": "ng build --aot --output-path ./dist_dev --base-href /output/ --deploy-url ./Angular/dist_dev/ --watch && copy dist_dev\\index.html ..",
...
}

下一个串联命令未运行“ &&复制dist_dev \ index.html ..

0 个答案:

没有答案