rapid7 / awsaml

Awsaml is an application for providing automatically rotated temporary AWS credentials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the notes on building Awsaml to include running tests

fmitchell-r7 opened this issue · comments

The v1.4.0 notes on building Awsaml don't include anything about running tests. We should update those to include running tests before creating packages.

rm -rf node_modules/
npm install
npm test
npm prune --production
npm run build