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.
2 parents 0ffc27e + c862688 commit 508a8d6Copy full SHA for 508a8d6
package.json
@@ -23,7 +23,7 @@
23
"typecheck": "tsc",
24
"audit-prod": "npx better-npm-audit audit --production -x 1091470",
25
"deploy": "sls deploy",
26
- "destroy": "sls destroy",
+ "sls-remove": "sls remove",
27
"package": "sls package",
28
"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",
29
"build-api-docs": "npm run widdershins --search false --language_tabs 'nodejs:NodeJS' 'python:Python' --summary ./packages/api-lib/api-spec.yaml -o ./docs/api.md & npm run shins --inline --logo ./docs/images/logo.png -o ./docs/index.html ./docs/api.md",
0 commit comments