diff --git a/package.json b/package.json index c6aeef81..d93a2c8d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "main": "./backend/server.js", "scripts": { - "install": "typings install && tsc -p backend && tsc -p test/backend && tsc -p common && webpack --config ./frontend/webpack.config.js -p", + "postinstall": "typings install && tsc -p backend && tsc -p test/backend && tsc -p common && webpack --config ./frontend/webpack.config.js -p", "pretest": "typings install && tsc -p test/backend", "test": "karma start ./karma.conf.js && mocha --recursive test/backend/unit", "start": "node ./backend/server",