travis rsync

This commit is contained in:
Szekeres Bálint
2018-07-01 15:50:15 +02:00
parent bcb11e1e14
commit c237dd925d
4 changed files with 7 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
"build:prod": "node-sass --output-style=compressed resources/scss/app.scss public/assets/css/app.min.css",
"test": "start-server-and-test start http://localhost:8080 cypress:run",
"test:debug": "start-server-and-test start http://localhost:8080 cypress:open",
"cypress:run": "cypress run",
"cypress:run": "cypress run --record false",
"cypress:open": "cypress open"
}
}