Skip to content

Commit

Permalink
fix: remove unused package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 7, 2023
1 parent ab82492 commit 12ec7ee
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions workspaces/arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
1 change: 0 additions & 1 deletion workspaces/libnpmdiff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
],
"license": "ISC",
"scripts": {
"eslint": "eslint",
"lint": "eslint \"**/*.js\"",
"lintfix": "node ../.. run lint -- --fix",
"test": "tap",
Expand Down
1 change: 0 additions & 1 deletion workspaces/libnpmfund/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
],
"license": "ISC",
"scripts": {
"eslint": "eslint",
"lint": "eslint \"**/*.js\"",
"lintfix": "node ../.. run lint -- --fix",
"posttest": "node ../.. run lint",
Expand Down
2 changes: 0 additions & 2 deletions workspaces/libnpmhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion workspaces/libnpmpublish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
],
"license": "ISC",
"scripts": {
"eslint": "eslint",
"lint": "eslint \"**/*.js\"",
"lintfix": "node ../.. run lint -- --fix",
"test": "tap",
Expand Down

0 comments on commit 12ec7ee

Please sign in to comment.