0
1
Fork 0

Deploy fixes

This commit is contained in:
Juan Ferrer 2022-07-27 11:43:58 +02:00
parent d9fdb3f4c2
commit 243dd6f44a
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -13,6 +13,6 @@ build:
npm install --no-audit --prefer-offline
npm --omit=dev run build
mkdir build-deps
mkdir -p build-deps
cp package.json package-lock.json build-deps
(cd build-deps && npm install --omit=dev --no-audit --prefer-offline)