mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-07 08:02:09 +01:00
return true if the unlink cmd exit with error
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
"scripts": {
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"link": "lerna exec -- yarn link",
|
||||
"unlink": "lerna exec --no-bail -- yarn unlink"
|
||||
"unlink": "lerna exec --no-bail -- yarn unlink || true"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lerna": "3.2.1"
|
||||
"lerna": "^3.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user