@genie-solutions/lambda-toolbelt

v2.3.1
Toolbelt for creating Lambda functions

type-check

tsc --noEmit

type-check:watch

npm run type-check -- --watch

build

npm run build:types && npm run build:js

build:types

tsc --emitDeclarationOnly

build:js

babel src --out-dir lib --extensions ".ts,.tsx" --source-maps inline

bundle

webpack

clean

rm -rf lib && rm -rf _bundles

test

jest

lint

eslint .

prepare

npm run clean && npm run build && npm run bundle

prepublishOnly

npm run test && npm run lint

preversion

npm run test && npm run lint

postversion

git push && git push --tags
npm i @genie-solutions/[email protected]

Metadata

  • ISC
  • Whatever
  • Daniel Pedroso
  • released 7/25/2019

Downloads