feat: Add post-job action cleanup of credentials and region env vars (#101)

This commit is contained in:
Clare Liguori
2020-07-29 09:03:44 -07:00
committed by GitHub
parent 1fa7ccadcd
commit d19cafcdd1
5 changed files with 91 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"lint": "eslint **.js",
"package": "ncc build index.js -o dist",
"test": "eslint **.js && jest --coverage"
"package": "ncc build index.js -o dist && ncc build cleanup.js -o dist/cleanup",
"test": "eslint **.js && jest --coverage --verbose"
},
"repository": {
"type": "git",