Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit c4d8f67

Browse files
committed
ci(netlify): fix typo in poetry
Signed-off-by: Jonah Snider <[email protected]>
1 parent 1830c5e commit c4d8f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ yarn docs
2525
cp -r tsc_output/command_docs ../docs/commands
2626
echo "Building documentation"
2727
cd ..
28-
potry run mkdocs build
28+
poetry run mkdocs build
2929

3030
mv ./.yarnrc.yml.tmp ./.yarnrc.yml

0 commit comments

Comments
 (0)