mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 14:05:44 +01:00
fix typo in frontend module publish script
This commit is contained in:
@@ -39,7 +39,6 @@ module.exports = args => {
|
||||
yarn.workspacePublish(snapshotVersion);
|
||||
yarn.workspaceVersion(version);
|
||||
} else {
|
||||
// ?? not sure
|
||||
yarn.workspacePublish();
|
||||
yarn.workspacePublish(version);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user