Skip to content

Commit

Permalink
stop outputting no issues found on every file
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and BlueCutOfficial committed Jan 27, 2023
1 parent 1074490 commit 3a7a4dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
"test": "tests"
},
"scripts": {
"setup": "./scripts/setup.sh",
"build": "cd tmp/guides-source && npm run build",
"lint": "remark . --frail --quiet",
"start": "cd tmp/guides-source && npm start",
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"lint:md": "remark . --frail --quiet",
"start": "ember serve",
"test": "npm run test:node && npm run test:ember",
"test:ember": "cd tmp/guides-source && ember test",
"test:node": "mocha node-tests --exclude node-tests/local/**",
Expand Down

0 comments on commit 3a7a4dd

Please sign in to comment.