Merge pull request #184 from VanCoding/master

Check in package-lock.json to make builds reproducible
This commit is contained in:
Andrea Bondavalli 2024-11-26 20:52:37 +01:00 committed by GitHub
commit 47bf87765e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1509 additions and 3 deletions

@ -1 +1 @@
Subproject commit 989728785990592cd3544e54d767beab97366fc6
Subproject commit 61ebb0b3f898ab0edc553b630fbb988c7b24fa2e

View File

@ -25,7 +25,7 @@ if [ -f webui.tar.gz ]; then
else
echo "Building and installing webui ..."
# npm install react-modal react-toastify react-router-dom
npm install
npm ci
npm run build
fi
cd ..

1
webui/.gitignore vendored
View File

@ -17,7 +17,6 @@ webui.tar.gz
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
node_modules
.DS_Store

1507
webui/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff