1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Update package.json

This commit is contained in:
Patrik Braun 2016-06-16 15:19:09 +02:00 committed by GitHub
parent b4e09c81eb
commit e782ccf880

View File

@ -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",