chore: remove gulp for building docs

This commit is contained in:
Paul
2021-12-26 01:43:59 +00:00
parent 8589dbd52b
commit 99b5832b58
3 changed files with 18 additions and 2170 deletions
-13
View File
@@ -1,13 +0,0 @@
import { task, src } from 'gulp';
import typedoc from 'gulp-typedoc';
task("typedoc", () =>
src(["src/**/*.ts"])
.pipe(typedoc({
out: "./docs",
name: "revolt.js",
readme: "README.md",
version: true,
}))
);
+1 -3
View File
@@ -31,8 +31,6 @@
"@typescript-eslint/parser": "^5.3.1",
"dotenv": "^8.2.0",
"eslint": "^8.2.0",
"gulp": "^4.0.2",
"gulp-typedoc": "^3.0.1",
"in-publish": "^2.0.1",
"jsdoc-babel": "^0.5.0",
"node-fetch": "^2.6.1",
@@ -76,7 +74,7 @@
"build": "rimraf dist && tsc",
"build:watch": "tsc-watch",
"typecheck": "tsc --noEmit",
"docs": "gulp typedoc",
"docs": "typedoc --readme README.md src/index.ts",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
},
+17 -2154
View File
File diff suppressed because it is too large Load Diff