Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Switch to pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Apr 30, 2023
1 parent f9a52f5 commit 2eb615a
Show file tree
Hide file tree
Showing 6 changed files with 524 additions and 468 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.cache
.parcel-cache
.venv
build
dist
index.html
node_modules
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e

if [ ! -d ".venv" ]; then
poetry install
pdm install
fi

if [ ! -d "node_modules" ]; then
Expand All @@ -17,7 +17,7 @@ if [ ! -d "resources" ]; then
fi

rm -rf dist
poetry run ./main.py
pdm run ./main.py
npm run build
cd ../meine-stadt-transparent
cp Readme.md docs/index.md
Expand Down
501 changes: 501 additions & 0 deletions pdm.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 2eb615a

Please sign in to comment.