make webui builds reproducable

This commit is contained in:
Patrik Stutz 2024-11-23 11:20:58 +01:00
parent 2fb74a0c46
commit 81db129b2c
3 changed files with 1508 additions and 2 deletions

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