refac: python tar

This commit is contained in:
Timothy Jaeryang Baek
2025-01-11 12:11:47 -08:00
parent be467b390c
commit 4e99cf651e
6 changed files with 1232 additions and 20 deletions

View File

@@ -9,7 +9,9 @@
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
"lint": "eslint --ext .ts,.tsx .",
"create:conda-lock": "cd resources && rimraf conda-lock.yml && conda-lock -f environment.yml && cd -",
"create:python-tar": "rimraf ./resources/python.tar.gz && conda-lock install --prefix ./resources/python ./resources/conda-lock.yml && conda pack -p ./resources/python -o ./resources/python.tar.gz"
},
"devDependencies": {
"@electron-forge/cli": "^7.6.0",