File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
webcomponents/tool/src/main/frontend Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 HEAD~1 --stream" ,
14+ "test" : " lerna run test --concurrency 1 --since upstream/master --stream" ,
1515 "test-diff" : " lerna run test --concurrency 1 --since HEAD --stream"
1616 },
1717 "keywords" : [],
You can’t perform that action at this time.
0 commit comments