We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb14e1 commit 70c50d8Copy full SHA for 70c50d8
package.json
@@ -90,7 +90,7 @@
90
"compile": "tsc -b",
91
"watch": "tsc -b -w",
92
"lint": "eslint",
93
- "postinstall": "cd client && npm install && cd ../server && npm install && cd .."
+ "postinstall": "cd client && npm install && cd .."
94
},
95
"devDependencies": {
96
"@eslint/js": "^9.13.0",
0 commit comments