mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 09:18:31 +01:00
Remove test from Node CI and package.json as we dont have any yet
This commit is contained in:
parent
e15599b8b3
commit
aac69e16de
2 changed files with 0 additions and 2 deletions
1
.github/workflows/node.yml
vendored
1
.github/workflows/node.yml
vendored
|
@ -25,4 +25,3 @@ jobs:
|
|||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
- run: npm test
|
||||
|
|
|
@ -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 ."
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue