We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5558b24 + 03c7021 commit 5e32de1Copy full SHA for 5e32de1
1 file changed
scripts/bash/update-agent-context.sh
@@ -250,7 +250,7 @@ get_commands_for_language() {
250
echo "cargo test && cargo clippy"
251
;;
252
*"JavaScript"*|*"TypeScript"*)
253
- echo "npm test \&\& npm run lint"
+ echo "npm test \\&\\& npm run lint"
254
255
*)
256
echo "# Add commands for $lang"
0 commit comments