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:
parent
b4e09c81eb
commit
e782ccf880
@ -8,7 +8,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./backend/server.js",
|
"main": "./backend/server.js",
|
||||||
"scripts": {
|
"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",
|
"pretest": "typings install && tsc -p test/backend",
|
||||||
"test": "karma start ./karma.conf.js && mocha --recursive test/backend/unit",
|
"test": "karma start ./karma.conf.js && mocha --recursive test/backend/unit",
|
||||||
"start": "node ./backend/server",
|
"start": "node ./backend/server",
|
||||||
|
Loading…
Reference in New Issue
Block a user