Skip to content

Commit

Permalink
Remove more unnecessary files from the packaged zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephschmitt committed May 30, 2017
1 parent efe676d commit ff09bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion default.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWS_HANDLER=index.handler
AWS_RUNTIME=nodejs6.10
EVENT_FILE=test_events/couch_potato_find_movie.json
EXCLUDE_GLOBS=.babelrc interaction_model src scripts models default.env event.json test_events *.zip
EXCLUDE_GLOBS=.babelrc interaction_model src scripts models default.env event.json test_events *.zip .DS_Store .eslintignore .eslintrc context.json

CP_URL=http://url-to-couch-potato-server
CP_PORT=5050
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"scripts": {
"build": "babel src -d dist",
"copy-env": "node scripts/copy-env.js",
"deploy": "npm run build; node-lambda deploy",
"deploy": "npm run prepare; node-lambda deploy",
"gen-interaction": "node scripts/gen-interaction.js",
"package": "npm run build; node-lambda package --packageDirectory=./",
"package": "npm run prepare; node-lambda package --packageDirectory=./",
"prepare": "npm run build; npm run copy-env; npm run gen-interaction",
"start": "npm run build; node-lambda run"
"start": "npm run prepare; node-lambda run"
},
"author": "Joe Schmitt",
"license": "MIT",
Expand Down

0 comments on commit ff09bd1

Please sign in to comment.