Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikeysanju committed Nov 10, 2024
1 parent 1804638 commit 205bbe7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 45 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm cache clean --force
- run: rm -rf node_modules package-lock.json
- run: npm install
- run: npm run check
- run: npm run lint
- run: npm test
Expand All @@ -30,8 +32,10 @@ jobs:
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm cache clean --force
- run: rm -rf node_modules package-lock.json
- run: npm install
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41 changes: 0 additions & 41 deletions github/workflows/ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thisux/sveltednd",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"description": "A lightweight, flexible drag and drop library for Svelte 5 applications.",
"author": "sanju <work@sanju.sh>",
Expand Down

0 comments on commit 205bbe7

Please sign in to comment.