Skip to content

Commit

Permalink
Allow CI Analyze when there are lint errors (Azure#10920)
Browse files Browse the repository at this point in the history
  • Loading branch information
joheredi authored Aug 29, 2020
1 parent 83c1da1 commit 970ff62
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sdk/template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
"lint": "eslint package.json api-extractor.json src test --ext .ts -f html -o template-lintReport.html || exit 0",
"lint": "eslint package.json api-extractor.json src test --ext .ts",
"pack": "npm pack 2>&1",
"prebuild": "npm run clean",
"test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
Expand All @@ -43,10 +43,9 @@
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git",
"directory": "sdk/template/template"
"repository": "github:Azure/azure-sdk-for-js",
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"azure",
Expand Down

0 comments on commit 970ff62

Please sign in to comment.