mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
[none] (dev) Fix npm version bump path in script/daily
This commit is contained in:
parent
d95ee3aba1
commit
7649c8ed53
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ async function main(args) {
|
|||
|
||||
// Bump patch version in package.json
|
||||
try {
|
||||
await exec('npm --no-git-tag-version version patch')
|
||||
await exec('npm --no-git-tag-version version patch', {cwd: 'packages/client-app'})
|
||||
} catch (err) {
|
||||
console.error('Could not bump version in package.json')
|
||||
console.error(err)
|
||||
|
|
Loading…
Reference in a new issue