Skip to content

Commit

Permalink
Merge pull request #16 from ar90n/feature/triivial-fix
Browse files Browse the repository at this point in the history
chore: Trivial fix
  • Loading branch information
ar90n authored Apr 30, 2022
2 parents 61eb747 + bcd8b1a commit aee4df0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ dmypy.json
.pyre/

# Dist files
dist/
dist
examples/dist/*.whl
Empty file added examples/dist/.keep
Empty file.
3 changes: 2 additions & 1 deletion examples/simple_counter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Alfort-Dom • Simple Counter</title>
</head>
<body>
<script
Expand All @@ -25,4 +26,4 @@
</script>
<div id="root"></div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ source = "git-tag"
[tool.poe.tasks]
test = "pytest"
check = { shell = "pre-commit run -a && pyright" }
build-example = { shell = "poetry build && mv dist/* examples/dist/" }
build-example = { shell = "poetry build && mv dist/*.whl examples/dist/" }
run-example = {shell = "poe build-example && python -m http.server --directory examples 9898"}
install-pre-commit = "pre-commit install"

0 comments on commit aee4df0

Please sign in to comment.