build: rename bundle command to build command (#121)

This commit is contained in:
Alfi Maulana
2023-12-12 13:10:31 +07:00
committed by GitHub
parent 19dbdac998
commit ebeda19c51
2 changed files with 3 additions and 3 deletions

View File

@@ -29,5 +29,5 @@ jobs:
- name: Install Dependencies
run: yarn install
- name: Bundle Package
run: yarn bundle && git diff --exit-code HEAD
- name: Build Package
run: yarn build && git diff --exit-code HEAD