mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 08:10:06 +08:00
Remove removeNPMAbsolutePaths
It's no longer needed since we aren't checking in `node_modules`.
This commit is contained in:
2
lib/upload-lib.js
generated
2
lib/upload-lib.js
generated
@@ -37702,7 +37702,6 @@ var require_package = __commonJS({
|
||||
lint: "eslint --report-unused-disable-directives --max-warnings=0 .",
|
||||
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif",
|
||||
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --fix",
|
||||
removeNPMAbsolutePaths: "removeNPMAbsolutePaths . --force",
|
||||
test: "npm run transpile && ava src/**.test.ts --serial --verbose",
|
||||
"test-debug": "npm run test -- --timeout=20m",
|
||||
transpile: "tsc --build --verbose"
|
||||
@@ -37777,7 +37776,6 @@ var require_package = __commonJS({
|
||||
"eslint-plugin-no-async-foreach": "^0.1.1",
|
||||
glob: "^11.0.3",
|
||||
nock: "^14.0.10",
|
||||
removeNPMAbsolutePaths: "3.0.1",
|
||||
sinon: "^21.0.0",
|
||||
typescript: "^5.9.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user