忽略一些jenkins构建的package.json中的npm依赖项

时间:2017-10-04 20:34:18

标签: node.js cordova jenkins npm

我正在开发一个cordova应用程序,我正在执行jenkins构建以实现持续集成.Jenkins使用npm build来安装依赖项并创建构建。

这是我的package-json

"dependencies": {
    "com-darryncampbell-cordova-plugin-intent": "git+https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent.git",
    "com.borismus.webintent": "https://github.com/cordova-misc/cordova-webintent.git",
    "com.hutchind.cordova.plugins.streamingmedia": "~0.1.4",
     }

我想忽略前两个仅仅用于构建的依赖项,但我需要那些用于运行我的项目。

无论如何都要忽略一些仅用于构建

的依赖项

0 个答案:

没有答案