diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index d2909ff..33480fb 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,7 +15,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - - run: npm run setup - run: npm ci - run: npm test @@ -28,7 +27,6 @@ jobs: with: node-version: 20 registry-url: https://registry.npmjs.org/ - - run: npm run setup - run: npm ci - run: npm run build - run: npm publish diff --git a/package-lock.json b/package-lock.json index 0211bd6..edb1d96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "llamacpp-ai-provider", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "llamacpp-ai-provider", - "version": "0.0.8", + "version": "0.0.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7b69c17..b4e8073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llamacpp-ai-provider", - "version": "0.0.8", + "version": "0.0.9", "description": "Vercel AI Provider for running LLMs locally using LLamaCpp", "main": "./dist/index.js", "scripts": {