diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index b332a03cbc637..5d3e86b4e9673 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -50,17 +50,13 @@ }, "scripts": { "test": "tap", - "test-only": "tap --only", "posttest": "node ../.. run lint", "snap": "tap", - "postsnap": "npm run lintfix", "test-proxy": "ARBORIST_TEST_PROXY=1 tap --snapshot", - "eslint": "eslint", "lint": "eslint \"**/*.js\"", "lintfix": "node ../.. run lint -- --fix", "benchmark": "node scripts/benchmark.js", "benchclean": "rm -rf scripts/benchmark/*/", - "npmclilint": "npmcli-lint", "postlint": "template-oss-check", "template-oss-apply": "template-oss-apply --force" }, diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index 612a720205de6..d37d1abd46911 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -32,7 +32,6 @@ ], "license": "ISC", "scripts": { - "eslint": "eslint", "lint": "eslint \"**/*.js\"", "lintfix": "node ../.. run lint -- --fix", "test": "tap", diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index db3e890363ae4..c32dce8adacce 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -31,7 +31,6 @@ ], "license": "ISC", "scripts": { - "eslint": "eslint", "lint": "eslint \"**/*.js\"", "lintfix": "node ../.. run lint -- --fix", "posttest": "node ../.. run lint", diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json index 9d718a5d1c1e2..1c2a8721d2428 100644 --- a/workspaces/libnpmhook/package.json +++ b/workspaces/libnpmhook/package.json @@ -8,8 +8,6 @@ "lib/" ], "scripts": { - "prerelease": "npm t", - "postrelease": "npm publish && git push --follow-tags", "test": "tap", "lint": "eslint \"**/*.js\"", "postlint": "template-oss-check", diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index 9ba4d6e0a659b..d5467346985ea 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -14,7 +14,6 @@ ], "license": "ISC", "scripts": { - "eslint": "eslint", "lint": "eslint \"**/*.js\"", "lintfix": "node ../.. run lint -- --fix", "test": "tap",