Apply suggestions from code review

Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com>
This commit is contained in:
Vlad Frangu
2026-03-27 18:08:44 +02:00
committed by GitHub
parent 909c71164a
commit 5725f26cf6
4 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ jobs:
node-version-file: package.json
- name: Install Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Check lint on discord-api-types
run: pnpm test:lint

View File

@@ -53,7 +53,7 @@ jobs:
node-version-file: package.json
- name: Install Dependencies for discord-api-types
run: pnpm install --frozen-lockfile
run: pnpm install
#region DJS start (mostly from discord.js/packages/actions/src/pnpmCache)
# pnpm --filter="*api-*" --filter="scripts" --filter="actions" run build

View File

@@ -40,7 +40,7 @@ jobs:
node-version-file: package.json
- name: Install Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Bump version
run: node ./scripts/bump-version.mjs
@@ -147,7 +147,7 @@ jobs:
node-version-file: package.json
- name: Install Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Publish release to npm
run: |

View File

@@ -22,7 +22,7 @@ jobs:
node-version-file: package.json
- name: Install Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Run Check Script
run: node ./scripts/actions/report-deno-not-ran.mjs