2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

[PUI] More style fixes (#7142)

* fix interface names

* use Readonly for props

* fix typescript:S3863

* require hashes in package installer too
This commit is contained in:
Matthias Mair
2024-04-30 11:24:52 +02:00
committed by GitHub
parent a9b932cc32
commit 7e9d2f79ab
44 changed files with 174 additions and 127 deletions

View File

@ -90,7 +90,7 @@ function detect_envs() {
echo "# Using existing config file: ${INVENTREE_CONFIG_FILE}"
# Install parser
pip install -r ${APP_HOME}/.github/requirements.txt -q
pip install --require-hashes -r ${APP_HOME}/.github/requirements.txt -q
# Load config
local CONF=$(cat ${INVENTREE_CONFIG_FILE} | jc --yaml)