Skip to content

Commit cd7d276

Browse files
committed
chore: remove pnpm workspace configuration file
1 parent 1b9858d commit cd7d276

File tree

3 files changed

+1
-14406
lines changed

3 files changed

+1
-14406
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "[email protected]:drazisil/mcos.git"
1111
},
1212
"scripts": {
13-
"clean": "rm --verbose -rf **/node_modules node_modules",
13+
"clean": "rm -rf **/node_modules node_modules",
1414
"start": "make start",
1515
"check:all": "pnpm run -r --stream check",
1616
"lint:all": "pnpm run -r --stream lint",
@@ -38,7 +38,6 @@
3838
"@rustymotors/binary": "",
3939
"@sentry/node": "^9.32.0",
4040
"@sentry/profiling-node": "9.32.0",
41-
"adminjs": "^7.8.16",
4241
"bcrypt": "^6.0.0",
4342
"concurrently": "^9.2.1",
4443
"debug": "^4.4.1",
@@ -55,9 +54,6 @@
5554
"@eslint/eslintrc": "^3.3.1",
5655
"@eslint/js": "^9.29.0",
5756
"@sentry/cli": "^2.46.0",
58-
"@swc-node/register": "~1.10.10",
59-
"@swc/core": "~1.12.7",
60-
"@swc/helpers": "~0.5.17",
6157
"@tsconfig/node-lts": "^22.0.2",
6258
"@tsconfig/node20": "^20.1.6",
6359
"@types/bcrypt": "^5.0.2",

0 commit comments

Comments
 (0)