Skip to content

Commit c3c83a7

Browse files
committed
Build fixes
1 parent 253186d commit c3c83a7

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-7
lines changed

.changeset/wide-trams-film.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@plotday/tool-outlook-calendar": patch
3+
"@plotday/tool-google-calendar": patch
4+
"@plotday/tool-google-contacts": patch
5+
"@plotday/agent": patch
6+
---
7+
8+
Fixed: build fixes

agents/chat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"version": "0.1.0",
1010
"private": true,
1111
"scripts": {
12-
"deploy": "plot agent deploy",
13-
"lint": "plot agent lint"
12+
"deploy": "plot deploy",
13+
"lint": "plot lint"
1414
},
1515
"dependencies": {
1616
"@plotday/agent": "workspace:^",

agents/events/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"version": "0.1.0",
1010
"private": true,
1111
"scripts": {
12-
"deploy": "plot agent deploy",
13-
"lint": "plot agent lint",
14-
"logs": "plot agent logs"
12+
"deploy": "plot deploy",
13+
"lint": "plot lint",
14+
"logs": "plot logs"
1515
},
1616
"dependencies": {
1717
"@plotday/agent": "workspace:^",

builder/tsconfig.base.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
"resolveJsonModule": true,
1010
"allowJs": true,
1111
"checkJs": false,
12-
"noEmit": true,
1312
"allowSyntheticDefaultImports": true,
1413
"sourceMap": true,
1514
"composite": false,
16-
"declaration": false,
15+
"declaration": true,
1716
"esModuleInterop": true,
1817
"forceConsistentCasingInFileNames": true,
1918
"inlineSources": false,
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "@plotday/agent/tsconfig.base.json",
4+
"compilerOptions": {
5+
"outDir": "./dist"
6+
},
47
"include": ["src/**/*.ts"]
58
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "@plotday/agent/tsconfig.base.json",
4+
"compilerOptions": {
5+
"outDir": "./dist"
6+
},
47
"include": ["src/**/*.ts"]
58
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "@plotday/agent/tsconfig.base.json",
4+
"compilerOptions": {
5+
"outDir": "./dist"
6+
},
47
"include": ["src/**/*.ts"]
58
}

0 commit comments

Comments
 (0)