mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-30 07:20:10 +00:00
chore: ci
This commit is contained in:
@@ -82,7 +82,7 @@ jobs:
|
||||
with:
|
||||
cache: 'yarn'
|
||||
node-version-file: package.json
|
||||
registry-url: https://registry.npmjs.org/
|
||||
registry-url: https://registry.npmjs.org
|
||||
|
||||
- name: Install Dependencies
|
||||
run: yarn
|
||||
|
||||
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@@ -123,10 +123,10 @@ jobs:
|
||||
- name: Build docs
|
||||
shell: bash
|
||||
run: |
|
||||
yarn prepublishOnly
|
||||
yarn prepack
|
||||
./djs/packages/api-extractor/bin/api-extractor run --local --minify
|
||||
./djs/packages/scripts/bin/generateSplitDocumentation.js
|
||||
yarn postpublish
|
||||
yarn postpack
|
||||
|
||||
- name: Upload documentation to database
|
||||
if: ${{ env.REF_TYPE == 'tag' && (!inputs.ref || inputs.ref == 'main') }}
|
||||
|
||||
2
.github/workflows/publish-next.yml
vendored
2
.github/workflows/publish-next.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
with:
|
||||
cache: 'yarn'
|
||||
node-version-file: package.json
|
||||
registry-url: https://registry.npmjs.org/
|
||||
registry-url: https://registry.npmjs.org
|
||||
|
||||
- name: Install Dependencies
|
||||
run: yarn
|
||||
|
||||
@@ -158,7 +158,8 @@
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"provenance": true
|
||||
"provenance": true,
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user