Skip to content

Commit

Permalink
(magicspace-update)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Oct 29, 2023
1 parent b6f1a68 commit ebf04ef
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 @@ -19,7 +19,7 @@
"scripts": {
"3": "yarn && yarn-deduplicate && yarn",
"build": "rimraf --glob */bld && tsc --build",
"lint": "eslint --no-error-on-unmatched-pattern . && run-in-every eslint-project --parallel --echo -- eslint --no-error-on-unmatched-pattern .",
"lint": "eslint --no-error-on-unmatched-pattern --report-unused-disable-directives . && run-in-every eslint-project --parallel --echo -- eslint --no-error-on-unmatched-pattern --report-unused-disable-directives .",
"lint-prettier": "prettier --check .",
"test": "yarn lint-prettier && yarn build && yarn lint"
},
Expand Down

0 comments on commit ebf04ef

Please sign in to comment.