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

updating package.jso

This commit is contained in:
Braun Patrik 2016-03-14 13:11:20 +01:00
parent a6f1f13c9c
commit 5cc8198aaf

View File

@ -8,7 +8,7 @@
"license": "MIT",
"main": "./backend/server.js",
"scripts": {
"install": "typings install && tsc -p backend && webpack --config ./frontend/webpack.config.js -p ",
"postinstall": "typings install && tsc -p backend && webpack --config ./frontend/webpack.config.js -p ",
"pretest": "typings install",
"test": "karma start ./karma.conf.js",
"start": "node ./backend/server"