We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5c45b commit 1130cd0Copy full SHA for 1130cd0
package.json
@@ -41,6 +41,5 @@
41
"husky": "^4.2.5",
42
"lint-staged": "^10.4.2",
43
"prettier": "^2.0.5"
44
- },
45
- "version": "1.0.5"
+ }
46
}
packages/ghost-graphql-ci-tools/src/npm.ts
@@ -2,7 +2,7 @@ import shell from './shell';
2
3
export const publish = () => {
4
shell(
5
- `npm publish --workspace=@foo-software/ghost-graphql --workspace=@foo-software/ghost-graphql-server `
+ `npm publish --workspace=@foo-software/ghost-graphql --workspace=@foo-software/ghost-graphql-server`
6
);
7
};
8
0 commit comments