Skip to content

Commit 132bbd7

Browse files
committed
feat: npm workspace publish fix
1 parent 8ba52d6 commit 132bbd7

File tree

1 file changed

+1
-1
lines changed
  • packages/ghost-graphql-ci-tools/src

1 file changed

+1
-1
lines changed

packages/ghost-graphql-ci-tools/src/npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export const publish = () => {
88

99
export const version = ({ versionType }: { versionType: string }) => {
1010
shell(
11-
`npm version ${versionType} --workspaces --include-workspace-root --message 'chore: version %s (skip ci)'`
11+
`npm version ${versionType} --workspaces --message 'chore: version %s (skip ci)'`
1212
);
1313
};

0 commit comments

Comments
 (0)