Skip to content

Commit c3362b5

Browse files
committed
Cleanup scripts
1 parent f3f2614 commit c3362b5

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@
88
"shared/*"
99
],
1010
"scripts": {
11-
"build": "yarn build:agent-starter && yarn build:examples",
12-
"build:agent-starter": "turbo run build --filter=./packages/agent-starter --force",
13-
"build:examples": "turbo run build --filter='./examples/*'",
11+
"build": "turbo run build",
1412
"changeset": " changeset add --type patch",
1513
"clean": "turbo run clean && yarn cache clean && find examples -name '.data' -type d -exec rm -rf {} +",
1614
"dev": "cd packages/agent-starter && yarn build:watch",
1715
"examples": "node scripts/examples.js",
1816
"format": "turbo run format",
19-
"publish": "changeset publish",
17+
"publish": "yarn build && changeset publish",
2018
"test": "FORCE_COLOR=1 turbo run test",
2119
"typecheck": "FORCE_COLOR=1 turbo run typecheck"
2220
},

packages/agent-starter/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"build": "rollup -c",
2121
"build:watch": "yarn build -w",
2222
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
23-
"publish": "npm publish",
2423
"test": "vitest run"
2524
},
2625
"dependencies": {

packages/lookup/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"build": "rollup -c",
2121
"build:watch": "yarn build -w",
2222
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
23-
"publish": "npm publish",
2423
"test": "vitest run"
2524
},
2625
"dependencies": {

0 commit comments

Comments
 (0)