diff --git a/package.json b/package.json index af899dae1b23410..7f7f1de72481e9f 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ }, "type": "module", "scripts": { - "info:deprecated": "printf '\\nšŸ—‘ļø This command is deprecated, and will be removed soon.\\n\\n'", - "info:rari": "printf '\\nšŸ„ This command is now using rari: https://github.com/mdn/rari\\nšŸž Please report any issues here: https://github.com/mdn/rari/issues/new?template=bug.yml\\n\\n'", + "info:deprecated": "node -e \"process.stderr.write('\\nšŸ—‘ļø This command is deprecated, and will be removed soon.\\n\\n')\"", + "info:rari": "node -e \"process.stderr.write('\\nšŸ„ This command is now using rari: https://github.com/mdn/rari\\nšŸž Please report any issues here: https://github.com/mdn/rari/issues/new?template=bug.yml\\n\\n')\"", "postinstall": "node scripts/update-history.js", "build": "yarn -s info:rari && env-cmd --silent cross-env CONTENT_ROOT=files BUILD_OUT_ROOT=build rari-build", "build:legacy": "yarn -s info:deprecated && env-cmd --silent cross-env CONTENT_ROOT=files BUILD_OUT_ROOT=build yari-build",