Question: why is ts-action installed as a dev-dependency
Closed this issue · 3 comments
st-clair-clarke commented
Hi,
In the docs I see the instruction for installation as
npm install ts-action --save-dev
Why is this so?
Should the same be done with ts-action-action-operators too?
Cheers
cartant commented
I guess it's an error. Copy/paste errors are my speciality.
It most like came from my copying it from the README.md
that's in firebase-nightlight
- which is a testing tool.
You are right. It should be --save
not --save-dev
here. Thanks. I'll update the docs.
cartant commented
I've updated the docs. Thanks.
st-clair-clarke commented
Great! And thanks.