diff --git a/task-runners-npm/package.json b/task-runners-npm/package.json index 2fe427e..a5de2fc 100644 --- a/task-runners-npm/package.json +++ b/task-runners-npm/package.json @@ -4,7 +4,7 @@ "description": "Task runners with npm scripts", "main": "index.js", "scripts": { - "test": "echo '👉 RUN TASK test' \"Hello word!\"" + "test": "echo \"Hello word!\"", }, "author": "Beatriz Sopeña Merino ", "license": "ISC"