diff --git a/examples/getting-started-with-serverless-framework/package.json b/examples/getting-started-with-serverless-framework/package.json index ef5405f6b..03f1d9f1a 100644 --- a/examples/getting-started-with-serverless-framework/package.json +++ b/examples/getting-started-with-serverless-framework/package.json @@ -4,7 +4,6 @@ "description": "Getting Started with Serverless Framework ⚡️ Bolt for JavaScript", "main": "app.js", "scripts": { - "ngrok": "ngrok http 3000", "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" },