make webui builds reproducable
This commit is contained in:
parent
2fb74a0c46
commit
81db129b2c
2
build.sh
2
build.sh
@ -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
1
webui/.gitignore
vendored
@ -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
1507
webui/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user