Skip to content

Commit 7446ed0

Browse files
fix deployment issue
1 parent f695d50 commit 7446ed0

File tree

2 files changed

+29
-133
lines changed

2 files changed

+29
-133
lines changed

server/package-lock.json

Lines changed: 28 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "npm run clean && npm run build-ts",
2121
"watch": "npx concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run watch-node\"",
2222
"watch-node": "nodemon -r dotenv/config build/server.js",
23-
"clean": "rimraf ./build",
23+
"clean": "rm -rf ./build",
2424
"build-ts": "tsc",
2525
"watch-ts": "tsc -w",
2626
"check": "tsc --noEmit",
@@ -67,7 +67,6 @@
6767
"eslint": "^9.36.0",
6868
"nodemon": "^3.1.10",
6969
"prettier": "^3.6.2",
70-
"rimraf": "^6.0.1",
7170
"ts-jest": "^29.4.4",
7271
"ts-node": "^10.9.2",
7372
"typescript": "^5.9.2"

0 commit comments

Comments
 (0)