1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00

Update package.json

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

View File

@ -11,8 +11,7 @@
"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",
"postinstall": "node ./test/backend/initMongo.js"
"start": "node ./backend/server"
},
"repository": {
"type": "git",