Skip to content

Commit 8b53957

Browse files
committed
[svelte] Manual tests
1 parent 154364c commit 8b53957

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

test/manual-test.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ while [[ $# -gt 0 ]]; do
4848
echo " --help Show this help message"
4949
echo ""
5050
echo "Examples:"
51-
echo " $0 # Build all 24 projects (reuse node_modules)"
51+
echo " $0 # Build all configured projects (reuse node_modules)"
5252
echo " $0 -t chat # Build only chat projects"
5353
echo " $0 -t ts-react-chat # Build only ts-react-chat"
54+
echo " $0 -t svelte-todos # Build only Svelte todo projects"
5455
echo " $0 -t drawing --skip-install # Build drawing projects, skip install"
5556
echo " $0 --clean # Force fresh install for all projects"
5657
echo " $0 --build-only # Create all projects without running them"
@@ -91,6 +92,11 @@ declare -a all_projects=(
9192
"test-ts-react-todos-schemas:typescript:react:todos:5180:true"
9293
"test-ts-react-todos-persist-sqlite:typescript:react:todos:5181:false:sqlite"
9394
"test-ts-react-todos-persist-pglite:typescript:react:todos:5182:false:pglite"
95+
"test-js-svelte-todos:javascript:svelte:todos:5213:false"
96+
"test-ts-svelte-todos:typescript:svelte:todos:5214:false"
97+
"test-ts-svelte-todos-schemas:typescript:svelte:todos:5215:true"
98+
"test-ts-svelte-todos-persist-sqlite:typescript:svelte:todos:5216:false:sqlite"
99+
"test-ts-svelte-todos-persist-pglite:typescript:svelte:todos:5217:false:pglite"
94100

95101
"test-js-vanilla-chat:javascript:vanilla:chat:5183:false"
96102
"test-ts-vanilla-chat:typescript:vanilla:chat:5184:false"

0 commit comments

Comments
 (0)