mirror of
https://github.com/github/codeql-action.git
synced 2026-05-01 19:30:49 +00:00
Remove removeNPMAbsolutePaths
It's no longer needed since we aren't checking in `node_modules`.
This commit is contained in:
Generated
-2
@@ -36379,7 +36379,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"
|
||||
@@ -36454,7 +36453,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