Use _ for separator on Python file names

This commit is contained in:
Hans5958 2023-06-16 17:42:22 +07:00
parent 5dca84020e
commit 5ebf030b99
3 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ rm -rf .parcel-cache
cp -r web/ dist-temp/
npm i
python tools/ci/cdn-to-local.py
python tools/ci/cdn_to_local.py
npx parcel build dist-temp/index.html dist-temp/**.html --dist-dir "dist" --no-source-maps --no-content-hash
rm -rf dist-temp