Skip to content

Commit 6ae4620

Browse files
committed
ci(gravity): check bundle size in Gravity as well
1 parent 67ce772 commit 6ae4620

File tree

4 files changed

+456
-3
lines changed

4 files changed

+456
-3
lines changed

.github/workflows/gravity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: List files
2323
run: ls -la
2424
- name: Run Gravity
25-
run: npm run gravityci './lib/**/*'' 'index.js'
25+
run: npm run gravityci './lib/**/*'' 'index.js' './dist/**/*'
2626
env:
2727
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,6 @@ $RECYCLE.BIN/
125125
# Windows shortcuts
126126
*.lnk
127127

128-
# End of https://www.gitignore.io/api/macos,windows,linux,node
128+
# End of https://www.gitignore.io/api/macos,windows,linux,node
129+
130+
dist

0 commit comments

Comments
 (0)