From 419e25591a18fc4e23929397cf2a07fb058bcc0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Davidovi=C4=87?= <62179680+sd4v1d@users.noreply.github.com> Date: Sat, 22 Jan 2022 18:01:33 +0100 Subject: [PATCH] Update develop-deb.yml --- .github/workflows/develop-deb.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/develop-deb.yml b/.github/workflows/develop-deb.yml index 6ca7ecbc..5e826ae7 100644 --- a/.github/workflows/develop-deb.yml +++ b/.github/workflows/develop-deb.yml @@ -30,12 +30,12 @@ jobs: cp app/public/config/config.example.js app/public/config/config.js touch server/config/config.yaml cd app - npm install - npm run build + yarn install + yarn build cd ../server cat <<< $(jq '.bundleDependencies += .dependencies' package.json) > package.json - npm install - npm pack + yarn install + yarn build VERSION=$(cat package.json | jq -r '.version') DATE=$(date) mkdir -p /home/runner/package