Skip to content

Commit

Permalink
package.json: add --continue-on-error flag (nodejs#4307)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Dec 21, 2021
1 parent e560332 commit 9546a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"load-schedule": "curl -sS https://raw.githubusercontent.com/nodejs/Release/master/schedule.json -o source/schedule.json",
"start": "npm run serve",
"test": "npm-run-all test:lint test:unit",
"test:lint": "npm-run-all --parallel --aggregate-output test:lint:*",
"test:lint": "npm-run-all --parallel --aggregate-output --continue-on-error test:lint:*",
"test:lint:js": "eslint .",
"test:lint:md": "remark -qf .",
"test:lint:stylelint": "stylelint \"layouts/css/**/*.{css,scss}\" --report-needless-disables",
Expand Down

0 comments on commit 9546a9a

Please sign in to comment.