File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 55 "description" : " CodeQL action" ,
66 "scripts" : {
77 "_build_comment" : " echo 'Run the full build so we typecheck the project and can reuse the transpiled files in npm test'" ,
8- "build" : " ./scripts/check-node-modules.sh && npm run transpile && node build.mjs && npx tsx ./pr-checks/bundle-metadata.ts " ,
8+ "build" : " ./scripts/check-node-modules.sh && npm run transpile && node build.mjs" ,
99 "lint" : " eslint --report-unused-disable-directives --max-warnings=0 ." ,
1010 "lint-ci" : " SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif" ,
1111 "lint-fix" : " eslint --report-unused-disable-directives --max-warnings=0 . --fix" ,
You can’t perform that action at this time.
0 commit comments