mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 15:48:27 -05:00
Add npm ci
This commit is contained in:
parent
8322997bce
commit
d37103ea39
@ -8,6 +8,7 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- "node_modules"
|
- "node_modules"
|
||||||
install:
|
install:
|
||||||
|
- npm ci
|
||||||
- npm install -g npx
|
- npm install -g npx
|
||||||
script:
|
script:
|
||||||
- npx istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
|
- npx istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
|
||||||
|
Loading…
Reference in New Issue
Block a user