Add a "npm run deploy" command
Closed this issue · 3 comments
dkundel commented
It would be nice if we could have instructions for Serverless projects like:
git clone ...
cd project
npm install
cp .env.example .env
# Add credentials to .env
npm run deployphilnash commented
Should there be npm scripts for the other things twilio-run can do?
dkundel commented
Not right now. Btw you can drop --env from start. 2.0 introduced it as default
philnash commented
Ah, brilliant. Will add (well, remove) that too.