Skip to content

Commit

Permalink
feat(lambda): allow custom variable names in lambda functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Oct 21, 2018
1 parent 380e1cb commit c370308
Show file tree
Hide file tree
Showing 8 changed files with 312 additions and 148 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"license": "MIT",
"scripts": {
"analyze": "yarn build --json | tac | tac | tail -n +3 > stats.json",
"analyze-bundle": "yarn analyze && yarn webpack-bundle-analyzer stats.json lib/",
"analyze-bundle":
"yarn analyze && yarn webpack-bundle-analyzer stats.json lib/",
"test": "jest ./src",
"build": "yarn webpack && yarn babel src/ -d lib/",
"test:eslint": "yarn eslint src",
"test:flow": "yarn flow check",
"prepublish": "yarn run build",
"checks": "yarn --ignore-engines && madge --circular src && yarn run test:flow && yarn run test:eslint --fix && jscpd --path src -b --limit 0",
"checks":
"yarn --ignore-engines && madge --circular src && yarn run test:flow && yarn run test:eslint --fix && jscpd --path src -b --limit 0 && rm -r lib",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
Expand Down
Loading

0 comments on commit c370308

Please sign in to comment.