From 9bbefe22db6053322d726a61983ca5476560eaad Mon Sep 17 00:00:00 2001 From: "Leomotors (Ubuntu)" <59821765+Leomotors@users.noreply.github.com> Date: Tue, 5 Oct 2021 20:34:55 +0700 Subject: [PATCH] CI 2 --- .github/workflows/CI.yml | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 40f0974..32dc572 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,6 +24,7 @@ jobs: Publish: name: Publish Release runs-on: ubuntu-latest + needs: Build steps: - name: Checkout Repository diff --git a/package.json b/package.json index ca3e93c..2bf58dc 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "food-waste-quotes", - "version": "1.0.7", + "version": "1.0.8", "private": true, "scripts": { "dev": "yarn inc && yarn config-pkg && vite --port $PORT", - "build": "vite build", + "build": "yarn config-pkg && vite build", "serve": "vite preview", "inc": "node node_modules/leomotors-automation/incrementVersion.js", "config-pkg": "node node_modules/leomotors-automation/configPackage.js"