Skip to content

Commit

Permalink
Update packages/web-components/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Gibson <richard.gibson@gmail.com>
  • Loading branch information
samsiegart and gibson042 authored Jan 13, 2022
1 parent 3242901 commit da7a459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"module": "index.js",
"scripts": {
"build": "exit 0",
"test": "if test \"$SKIP_BROWSER_TESTS\" != \"true\" ; then web-test-runner --coverage ; fi",
"test": "node -e 'process.exit(process.env.SKIP_BROWSER_TESTS==\"true\" ? 0 : 1)' || web-test-runner --coverage",
"test:c8": "exit 0",
"test:xs": "exit 0",
"test:watch": "web-test-runner --watch",
Expand Down

0 comments on commit da7a459

Please sign in to comment.