Skip to content

Commit

Permalink
Merge pull request #27153 from guardian/mob/remove-messages
Browse files Browse the repository at this point in the history
Remove `messages` tool module
  • Loading branch information
mxdvl authored May 16, 2024
2 parents 3810a1a + caf5d85 commit ef03507
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 1,072 deletions.
9 changes: 0 additions & 9 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
# They're helper targets that you probably only need to know about
# if you've got as far as reading the makefile.

# Lists common tasks.
# Also the default task (`make` === `make help`).
help:
@node tools/messages.js describeMakefile

# Lists *all* targets.
list: # PRIVATE
@node tools/messages.js describeMakefile --all

# Add phony targets
.PHONY: sbt

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,8 @@
"jest-environment-jsdom-global": "4.0.0",
"listr": "^0.14.3",
"lodash-es": "^4.17.21",
"lodash.takewhile": "^4.6.0",
"lodash.uniq": "^4.5.0",
"madge": "^5.0.1",
"megalog": "^0.1.0",
"mkdirp": "^1.0.4",
"mockdate": "^3.0.5",
"node-sass": "^8.0.0",
Expand Down
5 changes: 4 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ compile() {

report() {
if [[ ${#EXTRA_STEPS[@]} -gt 0 ]]; then
node ./tools/messages.js install-steps
echo "";
echo "Please run the following to complete your installation:"
echo "=======================================================";
echo "";
for i in "${!EXTRA_STEPS[@]}"; do
echo " $((i+1)). ${EXTRA_STEPS[$i]}"
done
Expand Down
132 changes: 0 additions & 132 deletions tools/messages.js

This file was deleted.

Loading

0 comments on commit ef03507

Please sign in to comment.