Skip to content

Commit 508a8d6

Browse files
author
Phil Varner
authored
Merge pull request #559 from stac-utils/pv/fix-sls-remove-command
fix sls remove command
2 parents 0ffc27e + c862688 commit 508a8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typecheck": "tsc",
2424
"audit-prod": "npx better-npm-audit audit --production -x 1091470",
2525
"deploy": "sls deploy",
26-
"destroy": "sls destroy",
26+
"sls-remove": "sls remove",
2727
"package": "sls package",
2828
"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",
2929
"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

Comments
 (0)