We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d752e80 commit 84fe880Copy full SHA for 84fe880
.github/workflows/test-all.yml
@@ -50,6 +50,8 @@ jobs:
50
yarn
51
- name: yarn build
52
run: yarn build
53
+ - name: Remove git directory
54
+ run: rm -rf .git
55
- name: Archive build
56
if: ${{ !cancelled() }}
57
run: |
0 commit comments