This commit is contained in:
parent
4d69efd9f5
commit
cf2f9c0182
@ -11,4 +11,5 @@ steps:
|
||||
- name: build
|
||||
image: registry:5000/node-build
|
||||
commands:
|
||||
- redis-server --daemonize yes
|
||||
- node ci.js
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user