Hey guys, found a typo in the API example: <https...
# guide
e
Hey guys, found a typo in the API example: https://serverless-stack.com/examples/how-to-create-a-rest-api-with-serverless.html Deploying your API The command for deployment should be: npm run deploy -- --stage prod
m
updated!
f
@Emanuel Bohnenkamp nice catch!
@manitej i think we need the extra
--
as well for npm.
e
yeah, actually all npm commands require the extra '--'
m
yup, added!