Remove test from Node CI and package.json as we dont have any yet

This commit is contained in:
CosminPerRam 2023-10-10 13:10:04 +03:00
parent e15599b8b3
commit aac69e16de
2 changed files with 0 additions and 2 deletions

View File

@ -25,4 +25,3 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test

View File

@ -2,7 +2,6 @@
"name": "gamedig",
"description": "Query for the status of any game server in Node.JS",
"scripts": {
"test": "",
"lint:check": "eslint .",
"lint:fix": "eslint --fix ."
},