Temporarily unminify

This commit is contained in:
Seth Vargo 2021-12-22 11:12:42 -05:00
parent ec59fe8c8e
commit b39ebee9c1
Failed to extract signature
3 changed files with 4246 additions and 3 deletions

2481
dist/main/index.js vendored

File diff suppressed because one or more lines are too long

1766
dist/post/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
"main": "dist/main/index.js",
"scripts": {
"build": "ncc build -m src/main.ts -o dist/main && ncc -m build src/post.ts -o dist/post",
"build": "ncc build src/main.ts -o dist/main && ncc build src/post.ts -o dist/post",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write **/*.ts",
"test": "mocha -r ts-node/register -t 120s 'tests/**/*.test.ts'"