我正在开发一个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",
}
我想忽略前两个仅仅用于构建的依赖项,但我需要那些用于运行我的项目。
无论如何都要忽略一些仅用于构建
的依赖项