Skip to content

Commit a73b551

Browse files
Merge #7
7: chore(deps): update all dev dependencies r=iamsauravsharma a=iamsauravsharma Signed-off-by: Saurav Sharma <[email protected]> Co-authored-by: Saurav Sharma <[email protected]>
2 parents 19a1818 + 3a28ab0 commit a73b551

File tree

7 files changed

+3382
-3092
lines changed

7 files changed

+3382
-3092
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
- name: Build and package action
2424
run: |
2525
npm run format-check && npm run build && npm run package
26+
- name: Verify is there is no diff
27+
run: |
28+
if [[ -n $(git diff --exit-code) ]]
29+
then
30+
echo "Please run `npm run build && npm run package` to update dist folder"
31+
exit
32+
fi
33+
2634
test:
2735
name: Test env file
2836
strategy:

0 commit comments

Comments
 (0)