Skip to content

Commit a3d4323

Browse files
committed
fix(vscode): fix package.json
1 parent 4c3b1e7 commit a3d4323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"compile": "tsc -b",
5050
"watch": "tsc -b -w",
5151
"lint": "eslint",
52-
"postinstall": "cd client && npm install && cd ..",
52+
"postinstall": "cd client && npm install && cd .."
5353
},
5454
"devDependencies": {
5555
"@eslint/js": "^9.13.0",

0 commit comments

Comments
 (0)