fix: remove npm test from workflow

This commit is contained in:
2025-02-27 00:53:46 -05:00
parent 454ba7ce66
commit 1c0cd88e0f

View File

@@ -50,7 +50,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
scope: '@araxiaonline'
- run: npm ci
- run: npm test
- run: npm run build
- run: npm publish --access public
env: