mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-10-31 20:59:09 +01:00
d90c269179
Use tab instead of spaces
6 lines
No EOL
187 B
TOML
6 lines
No EOL
187 B
TOML
[build]
|
|
publish = "dist/"
|
|
command = "FILE=tools/ci/build-prod.sh; rm -rf dist/; if [ -f $FILE ]; then bash $FILE; else cp -r web/ dist/; fi"
|
|
|
|
[build.environment]
|
|
PYTHON_VERSION = "3.8" |