mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-06 07:47:04 +00:00
Temporarily unminify
This commit is contained in:
parent
ec59fe8c8e
commit
b39ebee9c1
3 changed files with 4246 additions and 3 deletions
2481
dist/main/index.js
vendored
2481
dist/main/index.js
vendored
File diff suppressed because one or more lines are too long
1766
dist/post/index.js
vendored
1766
dist/post/index.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue