From 63c689921735bf2bc44a0b9c9f39239b08410008 Mon Sep 17 00:00:00 2001 From: Guillermo Enrique Bernal Moreira Date: Sat, 3 Feb 2024 22:37:01 -0500 Subject: [PATCH] Fix/ci (#9) --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 45c2d8e..fa12e4d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,7 @@ jobs: node-version: 21 cache: 'npm' - run: npm ci - - run: npm build + - run: npm run build # - run: npm test publish-npm: diff --git a/package.json b/package.json index 2495a81..707bb1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medusa-storage-supabase", - "version": "0.0.8", + "version": "0.0.9", "description": "A plugin to store files in supabase.", "author": "bernix01 ", "license": "GPL-3.0-only",