We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bundle-metadata.ts
npm run build
1 parent a26cb68 commit 8b990dbCopy full SHA for 8b990db
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"description": "CodeQL action",
6
"scripts": {
7
"_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",
+ "build": "./scripts/check-node-modules.sh && npm run transpile && node build.mjs",
9
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",
10
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif",
11
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --fix",
0 commit comments