mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-21 02:40:08 +00:00
chore: update configs, remove leftover yarn refs
This commit is contained in:
2
.npmrc
2
.npmrc
@@ -3,5 +3,3 @@ fund=false
|
||||
tag-version-prefix=""
|
||||
git-tag-version=false
|
||||
message="chore(release): %s 🎉"
|
||||
auto-install-peers=true
|
||||
strict-peer-dependencies=false
|
||||
|
||||
@@ -37,6 +37,7 @@ rest/v8/*
|
||||
utils/v8.ts
|
||||
v8.ts
|
||||
|
||||
.yarn/*
|
||||
djs/*
|
||||
_generated_
|
||||
|
||||
pnpm-lock.yaml
|
||||
|
||||
@@ -204,12 +204,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"esbuild",
|
||||
"unrs-resolver"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"volta": {
|
||||
"node": "24.14.1",
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
packages:
|
||||
- 'scripts/actions/documentation'
|
||||
- scripts/actions/documentation
|
||||
|
||||
allowBuilds:
|
||||
esbuild: true
|
||||
unrs-resolver: true
|
||||
|
||||
7
website/.gitignore
vendored
7
website/.gitignore
vendored
@@ -1,10 +1,5 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnp/
|
||||
|
||||
# Yarn files
|
||||
.yarn/install-state.gz
|
||||
.yarn/build-state.yml
|
||||
|
||||
# Production
|
||||
build/
|
||||
@@ -28,6 +23,4 @@ Thumbs.db
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
*.log
|
||||
|
||||
1
website/.vscode/settings.json
vendored
1
website/.vscode/settings.json
vendored
@@ -10,7 +10,6 @@
|
||||
"search.exclude": {
|
||||
"**/.docusaurus/": true,
|
||||
"**/.git/": true,
|
||||
"**/.yarn": true,
|
||||
"**/*.code-search": true,
|
||||
"**/bower_components": true,
|
||||
"**/node_modules": true,
|
||||
|
||||
@@ -35,7 +35,7 @@ request:
|
||||
|
||||

|
||||
|
||||
The easiest way to solve this is to run the `build:deno` script (`yarn build:deno`) and pushing the results.
|
||||
The easiest way to solve this is to run the `build:deno` script (`pnpm build:deno`) and pushing the results.
|
||||
|
||||
### Figure out if the update you want to contribute respects our rules about documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user