Aug 26, 2017 · 1 min read
Hi I faced the same problem and here is what I did:
add “commit”: “git add dist && git commit -m ‘commit dist’”
and add to “deploy”: “npm run commit && ……”
Cheers
Hi I faced the same problem and here is what I did:
add “commit”: “git add dist && git commit -m ‘commit dist’”
and add to “deploy”: “npm run commit && ……”
Cheers