Skip to content

Commit e77bde2

Browse files
authored
Merge pull request #19 from tpsdev-ai/fix/release-build-order
2 parents 8211664 + dd0cb13 commit e77bde2

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
with:
6262
bun-version: latest
6363
- run: bun install --frozen-lockfile
64+
- name: Build workspace packages
65+
run: bun run build
6466
- name: Build ${TARGET}
6567
env:
6668
TARGET: ${{ matrix.target }}

packages/agent/package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tpsdev-ai/agent",
3-
"version": "0.2.0",
4-
"description": "Native TPS Agent Runtime headless, mail-driven, nono-sandboxed",
3+
"version": "0.4.0",
4+
"description": "Native TPS Agent Runtime \u2014 headless, mail-driven, nono-sandboxed",
55
"type": "module",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -25,7 +25,12 @@
2525
"lint": "biome lint ./src",
2626
"lint:ci": "biome lint ./src --max-diagnostics=200"
2727
},
28-
"keywords": ["agents", "tps", "runtime", "mail-driven"],
28+
"keywords": [
29+
"agents",
30+
"tps",
31+
"runtime",
32+
"mail-driven"
33+
],
2934
"license": "Apache-2.0",
3035
"dependencies": {
3136
"js-yaml": "^4.1.0",
@@ -39,5 +44,7 @@
3944
"typescript": "^5.7.0"
4045
},
4146
"author": "tpsdev-ai",
42-
"publishConfig": { "access": "public" }
47+
"publishConfig": {
48+
"access": "public"
49+
}
4350
}

0 commit comments

Comments
 (0)