Skip to content

Commit

Permalink
Merge pull request #184 from VanCoding/master
Browse files Browse the repository at this point in the history
Check in package-lock.json to make builds reproducible
  • Loading branch information
bondagit authored Nov 26, 2024
2 parents 2fb74a0 + 3f017f8 commit 47bf877
Show file tree
Hide file tree
Showing 4 changed files with 1,509 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/ravenna-alsa-lkm
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down
1 change: 0 additions & 1 deletion webui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ webui.tar.gz
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json

node_modules
.DS_Store
Expand Down
Loading

0 comments on commit 47bf877

Please sign in to comment.