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

package.json fix

This commit is contained in:
Patrik J. Braun 2018-11-30 17:50:33 +01:00
parent 717afebff9
commit a3026fbc51

View File

@ -8,7 +8,7 @@
"main": "./backend/index.js",
"bin": "./backend/index.js",
"scripts": {
"installx": "tsc && gulp build-prod",
"install": "tsc && gulp build-prod",
"build-release": "gulp build-release",
"pretest": "tsc",
"test": "ng test && mocha --recursive test/backend/unit && mocha --recursive test/backend/integration && mocha --recursive test/common/unit ",