创建将运行纱线运行的powerscript,并进行反应

时间:2019-07-02 09:28:45

标签: powershell bower yarnpkg

我们有6个站点,并在多站点上运行CMS。 这些站点是由不同的公司开发的。 现在,我们的解决方案中包含Bower,Gulp和Yarn。

想要开发ps1来构建前端。

示例:     •在命令行中导航到“ src \ Customer.Web”文件夹。     •键入yarn,并等待其完成。           键入yarn run build以从webpack开始生产配置。***

• Type npm install, wait for it to complete.
• Type npm run bower, wait for it to complete.
• Type npm run build to compile the files.

我希望前端能够构建,以便以后我从VS执行发布时。 前端已构建,可以发送到测试服务器。

0 个答案:

没有答案