Skip to content

Commit

Permalink
Remove npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
nzws committed May 22, 2024
1 parent 41cab0c commit cf7f300
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 194 deletions.
1 change: 0 additions & 1 deletion apps/push-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"ws": "8.17.0"
Expand Down
1 change: 0 additions & 1 deletion apps/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
Expand Down
1 change: 0 additions & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"ts-jest": "29.1.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
1 change: 0 additions & 1 deletion apps/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
Expand Down
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"eslint-plugin-testing-library": "6.2.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"npm-run-all": "4.1.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
Expand Down
3 changes: 1 addition & 2 deletions packages/api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"lint:type": "tsc --noEmit",
"lint:js": "eslint --cache '**/*.{ts,tsx}'",
"lint": "npm-run-all -p 'lint:*'",
"lint": "yarn lint:type && yarn lint:js",
"build": "rm -rf ./dist && aspida && tsc --project tsconfig.build.json",
"build-dev": "aspida"
},
Expand All @@ -24,7 +24,6 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-aspida": "0.1.0",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"typescript": "5.4.5"
}
Expand Down
Loading

0 comments on commit cf7f300

Please sign in to comment.