Skip to content

Commit 1130cd0

Browse files
committed
feat: npm workspace publish fix
1 parent 0a5c45b commit 1130cd0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@
4141
"husky": "^4.2.5",
4242
"lint-staged": "^10.4.2",
4343
"prettier": "^2.0.5"
44-
},
45-
"version": "1.0.5"
44+
}
4645
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import shell from './shell';
22

33
export const publish = () => {
44
shell(
5-
`npm publish --workspace=@foo-software/ghost-graphql --workspace=@foo-software/ghost-graphql-server `
5+
`npm publish --workspace=@foo-software/ghost-graphql --workspace=@foo-software/ghost-graphql-server`
66
);
77
};
88

0 commit comments

Comments
 (0)