Skip to content

Commit 67a5509

Browse files
authored
Merge pull request #5 from GatlenCulp/extra-scaffold
Extra Scaffolding Code the user must configure manually
2 parents d24cec8 + 2727aca commit 67a5509

File tree

165 files changed

+20609
-429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+20609
-429
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ docs-serve: ## Serve documentation locally on port $(DOCS_PORT)
6666
echo "\n\nInstance found running on $(DOCS_PORT), try killing process and rerun."
6767

6868
# Makes sure docs can be served prior to actually deploying
69-
docs-publish: ## Build and deploy documentation to GitHub Pages
69+
docs-publish: ## Build and deploy documentation to GitHub Pagesa
7070
cd docs && \
7171
mkdocs build && \
7272
mkdocs gh-deploy --clean
@@ -101,7 +101,7 @@ _clean_manual_test:
101101

102102
manual-test: _prep _clean_manual_test ## Run manual tests
103103
mkdir -p manual_test
104-
cd manual_test && uv run gotem .. && cursor ./project_name
104+
cd manual_test && gotem .. && cursor ./project_name
105105

106106
manual-test-debug: _prep _clean_manual_test ## Run manual tests with debugger
107107
mkdir -p manual_test

0 commit comments

Comments
 (0)