Merge pull request #184 from VanCoding/master
Check in package-lock.json to make builds reproducible
This commit is contained in:
commit
47bf87765e
2
3rdparty/ravenna-alsa-lkm
vendored
2
3rdparty/ravenna-alsa-lkm
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 989728785990592cd3544e54d767beab97366fc6
|
Subproject commit 61ebb0b3f898ab0edc553b630fbb988c7b24fa2e
|
2
build.sh
2
build.sh
@ -25,7 +25,7 @@ if [ -f webui.tar.gz ]; then
|
|||||||
else
|
else
|
||||||
echo "Building and installing webui ..."
|
echo "Building and installing webui ..."
|
||||||
# npm install react-modal react-toastify react-router-dom
|
# npm install react-modal react-toastify react-router-dom
|
||||||
npm install
|
npm ci
|
||||||
npm run build
|
npm run build
|
||||||
fi
|
fi
|
||||||
cd ..
|
cd ..
|
||||||
|
1
webui/.gitignore
vendored
1
webui/.gitignore
vendored
@ -17,7 +17,6 @@ webui.tar.gz
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
package-lock.json
|
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
.DS_Store
|
.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