libertymutual / chatpickle

Conversation Tests for Chatbots
Apache License 2.0
10 stars 6 forks source link

cli command chatpickle doesn't work #33

Open arsena opened 3 years ago

arsena commented 3 years ago

When chatpickle is configured as script in package.json like:

{
  "scripts: {
    "chatpickle-tests": "chatpickle"
  }
}

running cli command npm run chatpickle-tests works.

... but running cli command chatpickle from your project root returns bash: chatpickle: command not found.