fix bad npm call

This commit is contained in:
Joao Moreno 2016-04-28 17:17:17 +02:00
parent 88fa9cd86e
commit 6ecacf4164

View file

@ -12,7 +12,7 @@
"main": "./client/out/jsonMain",
"scripts": {
"compile": "gulp compile-extension:json-client && gulp compile-extension:json-server",
"postinstall": "npm --prefix server install server"
"postinstall": "cd server && npm install"
},
"contributes": {
"languages": [