mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
chore: remove docgen test stuff (#8231)
This commit is contained in:
@@ -48,5 +48,5 @@ runs:
|
|||||||
- name: Upload Utilities Coverage
|
- name: Upload Utilities Coverage
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
files: ./packages/actions/coverage/cobertura-coverage.xml, ./packages/docgen/coverage/cobertura-coverage.xml, ./packages/scripts/coverage/cobertura-coverage.xml
|
files: ./packages/actions/coverage/cobertura-coverage.xml, ./packages/scripts/coverage/cobertura-coverage.xml
|
||||||
flags: utilities
|
flags: utilities
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
"version": "0.12.0-dev",
|
"version": "0.12.0-dev",
|
||||||
"description": "The docs.json generator for discord.js and its related projects",
|
"description": "The docs.json generator for discord.js and its related projects",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vitest run",
|
|
||||||
"build": "tsup",
|
"build": "tsup",
|
||||||
"lint": "prettier --cache --check . && eslint src --ext mjs,js,ts --cache",
|
"lint": "prettier --cache --check . && eslint src --ext mjs,js,ts --cache",
|
||||||
"format": "prettier --cache --write . && eslint src --ext mjs,js,ts --fix --cache",
|
"format": "prettier --cache --write . && eslint src --ext mjs,js,ts --fix --cache",
|
||||||
@@ -63,8 +62,7 @@
|
|||||||
"eslint": "^8.18.0",
|
"eslint": "^8.18.0",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"tsup": "^6.1.2",
|
"tsup": "^6.1.2",
|
||||||
"typescript": "^4.7.4",
|
"typescript": "^4.7.4"
|
||||||
"vitest": "^0.17.0"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user