Temporarily unminify
This commit is contained in:
parent
ec59fe8c8e
commit
b39ebee9c1
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.",
|
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
|
||||||
"main": "dist/main/index.js",
|
"main": "dist/main/index.js",
|
||||||
"scripts": {
|
"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",
|
"lint": "eslint . --ext .ts,.tsx",
|
||||||
"format": "prettier --write **/*.ts",
|
"format": "prettier --write **/*.ts",
|
||||||
"test": "mocha -r ts-node/register -t 120s 'tests/**/*.test.ts'"
|
"test": "mocha -r ts-node/register -t 120s 'tests/**/*.test.ts'"
|
||||||
|
Loading…
Reference in New Issue
Block a user