Skip to content
Snippets Groups Projects
Commit 992e4d76 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove lockfile

parent e55f86d2
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,11 @@ function install_peertube_base {
$peertube_local_install yarn@1.10.1
cd ${PEERTUBE_DIR} || exit 73
if [ -f "${PEERTUBE_DIR}/package-lock.json" ]; then
rm "${PEERTUBE_DIR}/package-lock.json"
fi
if ! sudo -H -u peertube NPM_CONFIG_PREFIX=${PEERTUBE_DIR}/peertube-latest/node_modules/npm NODE_CONFIG_DIR=${PEERTUBE_DIR}/config ${PEERTUBE_DIR}/peertube-latest/node_modules/.bin/yarn install --production --pure-lockfile; then
exit 54
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment