mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
chore: Specify new root (#7382)
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
"test:typescript": "tsc --noEmit && tsd",
|
"test:typescript": "tsc --noEmit && tsd",
|
||||||
"lint": "prettier --check . && eslint src && tslint typings/index.d.ts",
|
"lint": "prettier --check . && eslint src && tslint typings/index.d.ts",
|
||||||
"format": "prettier --write . && eslint src --fix",
|
"format": "prettier --write . && eslint src --fix",
|
||||||
"docs": "docgen --source ./src --custom ./docs/index.yml --output ./docs/docs.json",
|
"docs": "docgen --source ./src --custom ./docs/index.yml --root ../../ --output ./docs/docs.json",
|
||||||
"docs:test": "docgen --source ./src --custom ./docs/index.yml",
|
"docs:test": "docgen --source ./src --custom ./docs/index.yml --root ../../",
|
||||||
"prepublishOnly": "yarn lint && yarn test",
|
"prepublishOnly": "yarn lint && yarn test",
|
||||||
"changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/discord.js/*'"
|
"changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/discord.js/*'"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user