Skip to content

Commit a207b57

Browse files
committed
ci(gravity): track lib folder as well
1 parent e3c2c3c commit a207b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 'index.js' './dist/**/*'
25+
run: npm run gravityci 'index.js' './dist/**/*' './lib/**/*'
2626
env:
2727
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}

0 commit comments

Comments
 (0)