Skip to content

Commit 12ec7ee

Browse files
committedFeb 7, 2023
fix: remove unused package.json scripts
1 parent ab82492 commit 12ec7ee

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed
 

‎workspaces/arborist/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,13 @@
5050
},
5151
"scripts": {
5252
"test": "tap",
53-
"test-only": "tap --only",
5453
"posttest": "node ../.. run lint",
5554
"snap": "tap",
56-
"postsnap": "npm run lintfix",
5755
"test-proxy": "ARBORIST_TEST_PROXY=1 tap --snapshot",
58-
"eslint": "eslint",
5956
"lint": "eslint \"**/*.js\"",
6057
"lintfix": "node ../.. run lint -- --fix",
6158
"benchmark": "node scripts/benchmark.js",
6259
"benchclean": "rm -rf scripts/benchmark/*/",
63-
"npmclilint": "npmcli-lint",
6460
"postlint": "template-oss-check",
6561
"template-oss-apply": "template-oss-apply --force"
6662
},

‎workspaces/libnpmdiff/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
],
3333
"license": "ISC",
3434
"scripts": {
35-
"eslint": "eslint",
3635
"lint": "eslint \"**/*.js\"",
3736
"lintfix": "node ../.. run lint -- --fix",
3837
"test": "tap",

‎workspaces/libnpmfund/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
],
3232
"license": "ISC",
3333
"scripts": {
34-
"eslint": "eslint",
3534
"lint": "eslint \"**/*.js\"",
3635
"lintfix": "node ../.. run lint -- --fix",
3736
"posttest": "node ../.. run lint",

‎workspaces/libnpmhook/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"lib/"
99
],
1010
"scripts": {
11-
"prerelease": "npm t",
12-
"postrelease": "npm publish && git push --follow-tags",
1311
"test": "tap",
1412
"lint": "eslint \"**/*.js\"",
1513
"postlint": "template-oss-check",

‎workspaces/libnpmpublish/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
],
1515
"license": "ISC",
1616
"scripts": {
17-
"eslint": "eslint",
1817
"lint": "eslint \"**/*.js\"",
1918
"lintfix": "node ../.. run lint -- --fix",
2019
"test": "tap",

0 commit comments

Comments
 (0)
Please sign in to comment.