fix(ci): Run correct script in ci

This commit is contained in:
Bouncey 2018-10-09 09:57:30 +01:00 committed by Stuart Taylor
parent cfbb973c8b
commit 3ae76fe2f1
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@ before_script:
- git config --global user.name "CamperBot"
script:
- npm run test
- npm run test-ci

View File

@ -2891,7 +2891,7 @@
},
"bl": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
"resolved": "http://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
"integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==",
"requires": {
"readable-stream": "^2.3.5",