From 20022fc9598100d27681d963837c8adbfd51835b Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Mon, 13 May 2019 14:27:32 -0500 Subject: [PATCH] Update gitignore --- .gitignore | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e2ee38d..215ce57 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ npm-debug.log .vscode .idea js +weather.zip diff --git a/package.json b/package.json index 6e1d7ae..be59e06 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "repository": "https://github.com/OpenSprinkler/Weather-Weather", "scripts": { "test": "mocha --exit test", - "start": "npm run compile && node js/server", + "start": "node js/server", "dev": "node scripts/serve", - "bundle": "zip weather.zip -r js package.json package-lock.json", + "bundle": "npm run compile && zip weather.zip -r js package.json package-lock.json", "compile": "tsc" }, "dependencies": {