summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 22:26:01 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-27 14:53:29 +0200
commit04c1c8d3bd216a2195668cb06797079802c4fe44 (patch)
tree6e8ca32f2be56788f362eba68faddc69c84a2dca /package.json
parentf2181c00552a0d79b9c6fac54fe416b8a5b307f4 (diff)
add common makefile, make it possible to run tests and build package without installing global libs, enhance travis build file to also run php tests, add dev docs
fix indention fix copyright exclude gulpfile from appstore build also generate coverage when phpunit exsits in path remove breaking codecov from test run codecov after success, use previous make package run test suite instead of build try without sudo another try without sudo switch from mariadb to mysql mysql server seems to be present out of the box
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6a566fe8..3bbac320 100644
--- a/package.json
+++ b/package.json
@@ -17,13 +17,16 @@
},
"homepage": "https://github.com/owncloud/contacts#readme",
"scripts": {
- "test": "karma start karma.conf.js && codecov"
+ "test": "node node_modules/gulp-cli/bin/gulp.js karma",
+ "prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
+ "build": "node node_modules/gulp-cli/bin/gulp.js"
},
"devDependencies": {
"bower": "",
"chai": "^3.5.0",
"codecov": ">1.0.0",
"gulp": "^3.9.0",
+ "gulp-cli": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-ng-annotate": "^2.0.0",