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:
|
||||
- "node_modules"
|
||||
install:
|
||||
- npm ci
|
||||
- npm install -g npx
|
||||
script:
|
||||
- npx istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
|
||||
|
Loading…
Reference in New Issue
Block a user