diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 8de7a68c..12e2a860 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "vscode:prepublish": "cd client && npm run update-vscode && cd ..", "compile": "tsc -b", "watch": "tsc -b -w", - "postinstall": "cd client && npm install && cd ..", - "test": "sh ./scripts/e2e.sh" + "postinstall": "cd client && npm install && cd .." } } |