Skip to content

Commit

Permalink
Ignore lit-ts in tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Jul 8, 2022
1 parent 5d817e4 commit cdeffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit cdeffd7

Please sign in to comment.