Skip to content

Commit 4eccf15

Browse files
committed
chore(agents): Add build:vats command
1 parent 837ca47 commit 4eccf15

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:clean": "yarn clean && yarn build",
1717
"build:docs": "yarn workspaces foreach --all --exclude @ocap/monorepo --exclude @ocap/extension --parallel --interlaced --verbose run build:docs",
1818
"build:source": "ts-bridge --project tsconfig.build.json --verbose",
19-
"build:special": "yarn workspace @ocap/vite-plugins run build && yarn workspace @metamask/kernel-shims run build && yarn workspace @metamask/kernel-browser-runtime run build:vite && yarn workspace @metamask/kernel-ui run build && yarn workspace @ocap/extension run build && yarn workspace @ocap/kernel-test run build",
19+
"build:special": "yarn workspace @ocap/vite-plugins run build && yarn workspace @metamask/kernel-shims run build && yarn workspace @metamask/kernel-browser-runtime run build:vite && yarn workspace @metamask/kernel-ui run build && yarn workspace @ocap/extension run build && yarn workspace @ocap/kernel-test run build && yarn workspace @ocap/agents run build:vats",
2020
"bundle": "node ./scripts/bundle-vat.js",
2121
"changelog:update": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run changelog:update",
2222
"changelog:validate": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run changelog:validate",

packages/agents/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
"dist/"
3030
],
3131
"scripts": {
32-
"build": "ts-bridge --project tsconfig.build.json --clean",
32+
"build": "ts-bridge --project tsconfig.build.json --clean && yarn build:vats",
3333
"build:docs": "typedoc",
34+
"build:vats": "ocap bundle src/vats",
3435
"changelog:validate": "../../scripts/validate-changelog.sh @ocap/agents",
3536
"clean": "rimraf --glob './*.tsbuildinfo' ./.eslintcache ./coverage ./dist",
3637
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn constraints && yarn lint:dependencies",

0 commit comments

Comments
 (0)