Skip to content

Commit 85ce51a

Browse files
committed
ci: update build command in workflows to use build:ci for consistency
1 parent 8c188e7 commit 85ce51a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run lint
2929

3030
- name: Build
31-
run: npm run build
31+
run: npm run build:ci
3232
env:
3333
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
3434
APPLICATION_ID: ${{ secrets.APPLICATION_ID }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run lint
2929

3030
- name: Build
31-
run: npm run build
31+
run: npm run build:ci
3232
env:
3333
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
3434
APPLICATION_ID: ${{ secrets.APPLICATION_ID }}

0 commit comments

Comments
 (0)