We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e178ecc commit e0c3388Copy full SHA for e0c3388
src/utils/agents-prompt.js
@@ -240,7 +240,7 @@ CMD npm start --silent
240
"format:check": "prettier --check .",
241
"lint": "eslint",
242
"lint:fix": "eslint --fix",
243
- "test": "echo \"Error: oops, the Actor has no tests yet, sad!\" && exit 1"
+ "test": "echo 'Error: oops, the Actor has no tests yet, sad!' && exit 1"
244
},
245
"author": "It's not you it's me",
246
"license": "ISC"
0 commit comments