Skip to content

Commit 8d69d2f

Browse files
committed
🚀 (ci.yml, package.json): upgrade version to 1.6.0 and add bun run build to ci workflow
1 parent 580c0d2 commit 8d69d2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- name: 📦 Install example dependencies
7070
if: steps.cache-deps.outputs.cache-hit != 'true'
7171
run: |
72+
bun run build
7273
cd examples/graphql-server && bun install --frozen-lockfile
7374
cd ../type-graphql && bun install --frozen-lockfile
7475
cd ../advanced-graphql && bun install --frozen-lockfile

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hakutakuai/zenstack-graphql",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "ZenStack plugin for generating GraphQL schemas",
55
"main": "dist/index.js",
66
"module": "index.ts",

0 commit comments

Comments
 (0)