mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-20 01:23:33 -04:00
chore: remove gulp for building docs
This commit is contained in:
-13
@@ -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
@@ -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}'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user