Skip to content

Commit

Permalink
Workaround an issue that's causing aws deploy to fail. aws/aws-cli#2639
Browse files Browse the repository at this point in the history
  • Loading branch information
seibar committed Mar 18, 2018
1 parent e32fb12 commit 7a37fab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build:client": "webpack",
"build:server": "babel src --ignore src/client/**/* --out-dir dist && cp package.json dist && npm install --only=production --prefix dist",
"clean": "rm -rf dist",
"start": "concurrently --kill-others \"webpack --watch\" \"AWS_PROFILE=place-puppy PUBLIC_PATH=dist/public babel-watch ./src/server/server.js\""
"start": "concurrently --kill-others \"webpack --watch\" \"AWS_PROFILE=place-puppy PUBLIC_PATH=dist/public babel-watch ./src/server/server.js\"",
"install": "find ./node_modules/* -mtime +10950 -exec touch {} \\;"
},
"author": "AJ Rabe <aj.rabe@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 7a37fab

Please sign in to comment.