We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8e818 commit a01a2c6Copy full SHA for a01a2c6
webcomponents/tool/src/main/frontend/package.json
@@ -11,7 +11,7 @@
11
"bundle": "esbuild \"bundle-entry-points/*.js\" --sourcemap --preserve-symlinks --bundle --splitting --format=esm --outdir=bundles --minify",
12
"analyze-bundle": "esbuild \"bundle-entry-points/*.js\" --preserve-symlinks --splitting --bundle --metafile=meta.json --format=esm --outdir=bundles --minify",
13
"analyze": "lit-analyzer --strict --quiet --rules.no-complex-attribute-binding=warning --rules.no-incompatible-type-binding=off \"packages/**/src/*.js\"",
14
- "test": "lerna run test --concurrency 1 --since master --stream",
+ "test": "lerna run test --concurrency 1 --since origin/master --stream",
15
"test-diff": "lerna run test --concurrency 1 --since HEAD --stream"
16
},
17
"keywords": [],
0 commit comments