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",