File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 8
8
" shared/*"
9
9
],
10
10
"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" ,
14
12
"changeset" : " changeset add --type patch" ,
15
13
"clean" : " turbo run clean && yarn cache clean && find examples -name '.data' -type d -exec rm -rf {} +" ,
16
14
"dev" : " cd packages/agent-starter && yarn build:watch" ,
17
15
"examples" : " node scripts/examples.js" ,
18
16
"format" : " turbo run format" ,
19
- "publish" : " changeset publish" ,
17
+ "publish" : " yarn build && changeset publish" ,
20
18
"test" : " FORCE_COLOR=1 turbo run test" ,
21
19
"typecheck" : " FORCE_COLOR=1 turbo run typecheck"
22
20
},
Original file line number Diff line number Diff line change 20
20
"build" : " rollup -c" ,
21
21
"build:watch" : " yarn build -w" ,
22
22
"clean" : " rm -rf .turbo && rm -rf node_modules && rm -rf dist" ,
23
- "publish" : " npm publish" ,
24
23
"test" : " vitest run"
25
24
},
26
25
"dependencies" : {
Original file line number Diff line number Diff line change 20
20
"build" : " rollup -c" ,
21
21
"build:watch" : " yarn build -w" ,
22
22
"clean" : " rm -rf .turbo && rm -rf node_modules && rm -rf dist" ,
23
- "publish" : " npm publish" ,
24
23
"test" : " vitest run"
25
24
},
26
25
"dependencies" : {
You can’t perform that action at this time.
0 commit comments