diff --git a/package.json b/package.json index 573c91a..536b9f5 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "start": "node js/server", "dev": "node scripts/serve", "bundle": "npm run compile && zip weather.zip -r js package.json package-lock.json", + "deploy": "npm run bundle && eb deploy", "compile": "tsc" }, "dependencies": {