Skip to content

Commit

Permalink
fix: dll git add with path
Browse files Browse the repository at this point in the history
- cd path/file is not work
  • Loading branch information
ICELI committed Jul 4, 2017
1 parent 046a860 commit 117975c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.dll.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = {
// 将新增的dll文件提交至git
new WebpackOnBuildPlugin(function(stats) {
// Do whatever you want...
exec('cd ./dep/vendor && git add -A')
exec('git add dep/vendor -A')
})
]
}

0 comments on commit 117975c

Please sign in to comment.