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 Jun 21, 2022
1 parent 5a9f23b commit b1c1a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"build-examples": "yarn workspaces foreach -v --include 'example-*' -p run build-storybook",
"test-ci": "yarn workspaces foreach -v --exclude 'example-svelte' -p run test-ci",
"test-ci": "yarn workspaces foreach -v --exclude 'example-svelte' --exclude 'example-lit-ts' -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 b1c1a55

Please sign in to comment.