feat: add test for cleanup

This commit is contained in:
Serhii Freidin 2023-12-19 10:29:06 +02:00
parent f6ec85149b
commit 7b7ad1617b
No known key found for this signature in database
GPG key ID: A249D75F3EC64120
7 changed files with 26002 additions and 42 deletions

View file

@ -12,7 +12,7 @@
"scripts": {
"test": "semistandard --env jest && jest --coverage",
"lint": "semistandard --env jest --fix",
"build": "ncc build wrapper/terraform.js --out wrapper/dist && ncc build index.js --out dist",
"build": "ncc build cleanup/cleanup.js --out cleanup/dist && ncc build wrapper/terraform.js --out wrapper/dist && ncc build index.js --out dist",
"prepare": "husky install",
"format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\""
},