From 8b5282f8fd36d1392df3f96847876e84f2d92b79 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Tue, 21 Jun 2022 17:10:34 -0400 Subject: [PATCH] Ignore lit-ts in tests for now Until https://github.com/umbopepato/rollup-plugin-postcss-lit/issues/50 is fixed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e516a5df..036eea70 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",