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