We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0a58b commit d4b2858Copy full SHA for d4b2858
package.json
@@ -21,7 +21,7 @@
21
"test:system": "./bin/system-tests.sh",
22
"test:unit": "ava tests/unit/*.[tj]s",
23
"typecheck": "tsc",
24
- "audit-prod": "npx better-npm-audit audit --production --exclude GHSA-776f-qx25-q3cc",
+ "audit-prod": "npx better-npm-audit audit --production",
25
"deploy": "sls deploy",
26
"package": "sls package",
27
"serve": "REQUEST_LOGGING_FORMAT=dev LOG_LEVEL=debug STAC_API_URL=http://localhost:3000 ENABLE_TRANSACTIONS_EXTENSION=true nodemon --esm ./src/lambdas/api/local.ts",
0 commit comments