Skip to content

Commit

Permalink
Update register-commands.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shoushou1106 authored Dec 19, 2024
1 parent 2375880 commit 7b08564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/register-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
name: Register
name: Register Commands
strategy:
matrix:
node-version: [23.x]
Expand All @@ -20,4 +20,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: node src/register.ts
- run: node --experimental-strip-types src/register.ts

0 comments on commit 7b08564

Please sign in to comment.