We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580c0d2 commit 8d69d2fCopy full SHA for 8d69d2f
‎.github/workflows/ci.yml‎
@@ -69,6 +69,7 @@ jobs:
69
- name: 📦 Install example dependencies
70
if: steps.cache-deps.outputs.cache-hit != 'true'
71
run: |
72
+ bun run build
73
cd examples/graphql-server && bun install --frozen-lockfile
74
cd ../type-graphql && bun install --frozen-lockfile
75
cd ../advanced-graphql && bun install --frozen-lockfile
‎package.json‎
@@ -1,6 +1,6 @@
1
{
2
"name": "@hakutakuai/zenstack-graphql",
3
- "version": "1.5.0",
+ "version": "1.6.0",
4
"description": "ZenStack plugin for generating GraphQL schemas",
5
"main": "dist/index.js",
6
"module": "index.ts",
0 commit comments