Skip to content

Commit 529328f

Browse files
committed
add web search package
1 parent bd6fcbe commit 529328f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

packages/plugin-web-search/.npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*
2+
3+
!dist/**
4+
!package.json
5+
!readme.md
6+
!tsup.config.ts

scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ PACKAGES=(
3636
"plugin-node"
3737
"plugin-bootstrap"
3838
"plugin-image-generation"
39+
"plugin-web-search"
3940
)
4041

4142
# Build packages in specified order

0 commit comments

Comments
 (0)