diff --git a/package.json b/package.json index abb4f0be..9d66f7d1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "build-examples": "yarn workspaces foreach -v --include 'example-*' -p run build-storybook", "build-examples:overview": "bb", - "test-ci": "yarn workspaces foreach -v --exclude 'example-svelte' --exclude 'example-overview' -p run test-ci", + "test-ci": "yarn workspaces foreach -v --exclude 'example-svelte' --exclude 'example-lit-ts' --exclude 'example-overview' -p run test-ci", "start": "yarn build -w", "build": "tsc -p packages/builder-vite/tsconfig.json", "prepublish": "yarn build",