start redis server
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2022-08-08 16:10:33 +02:00
parent 4d69efd9f5
commit cf2f9c0182
No known key found for this signature in database
GPG Key ID: 3B86485AC71C835C
2 changed files with 2 additions and 1 deletions

View File

@ -11,4 +11,5 @@ steps:
- name: build
image: registry:5000/node-build
commands:
- redis-server --daemonize yes
- node ci.js

View File

@ -29,7 +29,7 @@
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"pretest": "yarn compile",
"test": "DEBUG=* nyc jasmine --config=\"jasmine.json\"",
"test": "nyc jasmine --config=\"jasmine.json\"",
"mutate": "stryker run",
"precompile": "rm -rf dist",
"compile": "tsc"