Skip to content

Commit

Permalink
⚒ trivial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jun 10, 2019
1 parent 88829af commit a85d541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
inputs:
versionSpec: 12.x
- script: npm install
displayName: Install packages
displayName: Install Packages
- script: npm run -s lint
displayName: Lint code

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"scripts": {
"build": "node scripts/update.js",
"clean": "rimraf .nyc_output coverage",
"codecov": "codecov",
"codecov": "codecov --disable=gcov",
"coverage": "opener ./coverage/lcov-report/index.html",
"lint": "eslint lib scripts tests/lib .eslintrc.js",
"test": "nyc npm run -s test:_mocha",
Expand Down

0 comments on commit a85d541

Please sign in to comment.