Add build

This commit is contained in:
Fraham 2017-11-30 20:33:27 +00:00
parent 91381ddeea
commit 9e73b54d32
2 changed files with 2 additions and 3 deletions

View file

@ -5,4 +5,4 @@ before_script:
- export DISPLAY=:99.0
- npm install karma-firefox-launcher
script: ". ./tests/jake.sh loose=true capture=Firefox"
script: "node node_modules/gulp/bin/gulp.js build && ./tests/jake.sh loose=true capture=Firefox"

View file

@ -5,8 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js build",
"test": "./tests/jake.sh loose=true capture=Firefox"
"build": "node node_modules/gulp/bin/gulp.js build"
},
"repository": {
"type": "git",