diff --git a/client/package.json b/client/package.json index cf4dc84..bec3936 100644 --- a/client/package.json +++ b/client/package.json @@ -19,9 +19,9 @@ "webpack": "^2.6.1" }, "scripts": { - "compile": "./node_modules/.bin/tsc", - "clean": "./node_modules/.bin/rimraf lib app/bootstrap app/sprotty app/vs app/bundle.*", - "build": "npm run compile && ./node_modules/.bin/webpack", - "watch": "./node_modules/.bin/tsc-watch --onSuccess ./node_modules/.bin/webpack" + "compile": "tsc", + "clean": "rimraf lib app/bootstrap app/sprotty app/vs app/bundle.*", + "build": "npm run compile && webpack", + "watch": "tsc-watch --onSuccess webpack" } }