From f72e88830a993fbcdba448b8a98c6af68a9072cf Mon Sep 17 00:00:00 2001 From: Kafil Nasdami Date: Fri, 15 Mar 2024 00:28:31 +0000 Subject: [PATCH] improve publish workflow --- .github/workflows/publish.yml | 2 +- package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 773e72d..d12d9dd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: node-version: "20" - name: Install dependencies - run: npm install + run: npm install --production - name: Publish to npm run: npm publish diff --git a/package-lock.json b/package-lock.json index 6e749da..e6d09d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "salat", - "version": "3.0.3", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "salat", - "version": "3.0.3", + "version": "3.1.1", "license": "MIT", "dependencies": { "chalk": "^2.4.2",