Skip to content

Commit a01a2c6

Browse files
committed
master -> origin/master
1 parent ee8e818 commit a01a2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: webcomponents/tool/src/main/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bundle": "esbuild \"bundle-entry-points/*.js\" --sourcemap --preserve-symlinks --bundle --splitting --format=esm --outdir=bundles --minify",
1212
"analyze-bundle": "esbuild \"bundle-entry-points/*.js\" --preserve-symlinks --splitting --bundle --metafile=meta.json --format=esm --outdir=bundles --minify",
1313
"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",
14+
"test": "lerna run test --concurrency 1 --since origin/master --stream",
1515
"test-diff": "lerna run test --concurrency 1 --since HEAD --stream"
1616
},
1717
"keywords": [],

0 commit comments

Comments
 (0)