Skip to content

Commit 88dd033

Browse files
committed
Remove removeNPMAbsolutePaths as it is no longer necessary
1 parent bf1a42f commit 88dd033

File tree

13 files changed

+11
-26
lines changed

13 files changed

+11
-26
lines changed

.github/workflows/script/update-node-modules.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ fi
1818
# Reinstall modules and then clean to remove absolute paths
1919
# Use 'npm ci' instead of 'npm install' as this is intended to be reproducible
2020
npm ci
21-
npm run removeNPMAbsolutePaths

analyze/analyze-action-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analyze/analyze-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

autobuild/autobuild-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

init/init-action-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

init/init-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"test-debug": "ava src/**.test.ts --serial --verbose --timeout=20m",
1111
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",
1212
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --fix",
13-
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif",
14-
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
13+
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif"
1514
},
1615
"ava": {
1716
"typescript": {
@@ -85,7 +84,6 @@
8584
"eslint-plugin-no-async-foreach": "^0.1.1",
8685
"micromatch": "4.0.8",
8786
"nock": "^13.5.5",
88-
"removeNPMAbsolutePaths": "3.0.1",
8987
"sinon": "^19.0.2",
9088
"typescript": "^5.6.3"
9189
},

resolve-environment/resolve-environment-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

start-proxy/start-proxy-action-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

start-proxy/start-proxy-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upload-sarif/upload-sarif-action-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upload-sarif/upload-sarif-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)