Skip to content

Commit

Permalink
fix: GitHub package publishing
Browse files Browse the repository at this point in the history
This commit fixes the publishing of FastLink through removing the npm run test step, which is not available in FastLink.
  • Loading branch information
ThePedroo committed Nov 22, 2023
1 parent 1ec0b0a commit 3d395e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/public-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm test

publish-gpr:
needs: build
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": "@performanc/fastlink",
"version": "2.3.4",
"version": "2.3.5",
"description": "Low-level Lavalink/NodeLink wrapper.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 3d395e7

Please sign in to comment.