mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00: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'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
- run: npm test
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "gamedig",
|
"name": "gamedig",
|
||||||
"description": "Query for the status of any game server in Node.JS",
|
"description": "Query for the status of any game server in Node.JS",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "",
|
|
||||||
"lint:check": "eslint .",
|
"lint:check": "eslint .",
|
||||||
"lint:fix": "eslint --fix ."
|
"lint:fix": "eslint --fix ."
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue