Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tcK1 committed Mar 23, 2023
1 parent 855e75f commit ac79f9a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
with:
commit: "chore: release new version"
title: "chore: release new version"
version: pnpm ci:version
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"dev:package": "pnpm --filter apollo-graphiql-playground dev",
"build": "pnpm --filter apollo-graphiql-playground build",
"types": "pnpm --filter apollo-graphiql-playground types",
"ci:version": "pnpm changeset version && pnpm install",
"ci:publish": "pnpm types && pnpm build && pnpm publish -r"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/server": "^4.5.0",
"apollo-graphiql-playground": "workspace:^0.0.1",
"apollo-graphiql-playground": "workspace:^*",
"graphql": "^16.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit ac79f9a

Please sign in to comment.