chore: minify build again
This commit is contained in:
parent
736e11de40
commit
5d9db97c33
2501
dist/main/index.js
vendored
2501
dist/main/index.js
vendored
File diff suppressed because one or more lines are too long
1773
dist/post/index.js
vendored
1773
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 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'"
|
||||
|
Loading…
Reference in New Issue
Block a user