Skip to content

Commit

Permalink
Fix/ci (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernix01 committed Feb 4, 2024
1 parent 4f9cd2a commit 63c6899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <gbernal096@gmail.com>",
"license": "GPL-3.0-only",
Expand Down

0 comments on commit 63c6899

Please sign in to comment.