1.0.1 • Published 9 months ago

@cordant/common-utils v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Deployment

If you are on a Unix/Linux/Mac/Powershell systems run the following commands instead:

cd ./src # Go to package folder
# Build package and transpile
rm -r node_modules # Clean deployment
npm install # Install all packages and dependencies including dev. Ensures package-lock.json is built and updated.
npx tsc # Transpile Typescript to Javascript
# Build production ready package
cd ../dist/nodejs/node_modules/common-utils
npm ci --omit=dev # Clean install of only the production dependencies, excluding devDependencies.
# Return to root folder
cd ../../../..
# Deploy the layer
#serverless deploy
1.0.1

9 months ago

1.0.0

9 months ago