chore: minify build again

This commit is contained in:
Seth Vargo 2022-01-30 17:08:54 -05:00
parent 736e11de40
commit 5d9db97c33
Failed to extract signature
3 changed files with 3 additions and 4273 deletions

2501
dist/main/index.js vendored

File diff suppressed because one or more lines are too long

1773
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 src/main.ts -o dist/main && ncc build src/post.ts -o dist/post",
"build": "ncc build -m src/main.ts -o dist/main && ncc build -m 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'"