Skip to content

Commit d87b000

Browse files
Tom McCarthyheitorlessa
Tom McCarthy
andauthored
chore: rename Makefile target docs-dev to docs-local (#65)
* chore: rename docs-dev to docs-local * improv: local api docs Co-authored-by: Heitor Lessa <[email protected]>
1 parent d63f809 commit d87b000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ build-docs-website: dev-docs
4343
cd docs && npm run build
4444
cp -R docs/public/* dist/
4545

46-
docs-dev:
46+
docs-local:
4747
cd docs && npm run start
4848

49-
docs-api-dev:
49+
docs-api-local:
5050
poetry run pdoc --http : aws_lambda_powertools
5151

5252
security-baseline:

0 commit comments

Comments
 (0)