add FORCE_VERSION check when validating whether or not any packages have changed
This commit is contained in:
@@ -77,7 +77,7 @@ function publish() {
|
||||
}
|
||||
});
|
||||
|
||||
if (!changedPackages.length) {
|
||||
if (!changedPackages.length && !FORCE_VERSION.length) {
|
||||
throw new Error("No packages changed.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user