From 18ee98e9b6e5b877b05a3bbdf8e4048eede47d21 Mon Sep 17 00:00:00 2001 From: rhanberry Date: Thu, 18 Jul 2019 15:30:39 -0700 Subject: [PATCH] Updated Package.json to fix bundle command for more environments --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c337fbb..8fce955 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "lambda-local --timeout 300 --lambda-path index.js --event-path event.json", - "bundle": "rm -f custom-authorizer.zip ; zip custom-authorizer.zip -r *.js *.json node_modules/" + "bundle": "rm -f custom-authorizer.zip && zip custom-authorizer.zip -r *.js *.json node_modules/" }, "author": "Jason Haines", "license": "Apache-2.0",