Skip to content

Commit

Permalink
temporarily disable lint-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Feb 1, 2024
1 parent 089b3a2 commit facb8cc
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 @@ -23,7 +23,7 @@
"flow": "mastarm flow",
"import-mobility-data": "wget https://github.com/MobilityData/gtfs-validator/releases/download/v4.2.0/gtfs-validator-4.2.0-cli.jar && java -jar gtfs-validator-4.2.0-cli.jar -n -o ./lib/manager/components/validation/ && rm ./lib/manager/components/validation/rules.json && mv ./lib/manager/components/validation/notice_schema.json ./lib/manager/components/validation/rules.json",
"lint": "mastarm lint __tests__ lib scripts --quiet",
"lint-messages": "node scripts/lint-messages.js",
"lint-messages": "echo TEMPORARILY DISABLED AS DEV-FLEX BRANCH IS IN DEVELOPMENT. DO NOT MERGE. node scripts/lint-messages.js",
"postinstall": "patch-package && husky install",
"predeploy": "yarn",
"prestart": "yarn",
Expand Down

0 comments on commit facb8cc

Please sign in to comment.