Skip to content

Commit 70c50d8

Browse files
committed
remove server reference
1 parent eeb14e1 commit 70c50d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"compile": "tsc -b",
9191
"watch": "tsc -b -w",
9292
"lint": "eslint",
93-
"postinstall": "cd client && npm install && cd ../server && npm install && cd .."
93+
"postinstall": "cd client && npm install && cd .."
9494
},
9595
"devDependencies": {
9696
"@eslint/js": "^9.13.0",

0 commit comments

Comments
 (0)