This commit is contained in:
parent
4d69efd9f5
commit
cf2f9c0182
@ -11,4 +11,5 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: registry:5000/node-build
|
image: registry:5000/node-build
|
||||||
commands:
|
commands:
|
||||||
|
- redis-server --daemonize yes
|
||||||
- node ci.js
|
- node ci.js
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
||||||
"pretest": "yarn compile",
|
"pretest": "yarn compile",
|
||||||
"test": "DEBUG=* nyc jasmine --config=\"jasmine.json\"",
|
"test": "nyc jasmine --config=\"jasmine.json\"",
|
||||||
"mutate": "stryker run",
|
"mutate": "stryker run",
|
||||||
"precompile": "rm -rf dist",
|
"precompile": "rm -rf dist",
|
||||||
"compile": "tsc"
|
"compile": "tsc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user