ci(build): merge check differences step to bundle package step

This commit is contained in:
Alfi Maulana 2023-12-12 12:55:33 +07:00
parent d6da3dc47a
commit 2410eb04f5
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -30,7 +30,4 @@ jobs:
run: yarn install
- name: Bundle Package
run: yarn bundle
- name: Check Differences
run: git diff --exit-code HEAD
run: yarn bundle && git diff --exit-code HEAD