Skip to content

Commit

Permalink
Merge pull request #25 from serlo/AIypQ-kulla-2024-07-19-07-22
Browse files Browse the repository at this point in the history
fix(npm-run-all): Add --continue-on-error
  • Loading branch information
kulla authored Jul 19, 2024
2 parents 17222da + d5c40a1 commit 5519d9e
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 @@ -8,7 +8,7 @@
"scripts": {
"build": "tsc && vite build",
"dev": "docker compose up --watch --build",
"format": "npm-run-all --sequential --continue \"format:*\"",
"format": "npm-run-all --sequential --continue-on-error \"format:*\"",
"format:eslint": "eslint --fix",
"format:prettier": "prettier . --write",
"lint": "npm-run-all --parallel \"lint:*\"",
Expand Down

0 comments on commit 5519d9e

Please sign in to comment.