This commit is contained in:
sfreydin 2024-01-31 15:26:51 +01:00 committed by GitHub
commit faf2504721
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 26015 additions and 1 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\""
},