Skip to content

Commit

Permalink
Merge branch 'dev' into add-title-to-checklist-and-radioitem
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n authored Nov 22, 2024
2 parents b70b6c5 + 6856087 commit b6a725a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dash/dash-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"postbuild": "es-check es2015 ../deps/*.js build/*.js",
"test": "karma start karma.conf.js --single-run",
"format": "run-s private::format.*",
"lint": "run-s private::lint.*"
"lint": "run-s private::lint.* --continue-on-error"
},
"author": "chriddyp",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"format": "run-s private::format.*",
"initialize": "run-s private::initialize.*",
"prepare": "husky install",
"lint": "run-s private::lint.*",
"lint": "run-s private::lint.* --continue-on-error",
"setup-tests.py": "run-s private::test.py.deploy-*",
"setup-tests.R": "run-s private::test.R.deploy-*",
"citest.integration": "run-s setup-tests.py private::test.integration-*",
Expand Down

0 comments on commit b6a725a

Please sign in to comment.