chore: disable audit and build step

pull/413/head
Webber 2022-06-23 21:35:23 +02:00
parent bee47ead58
commit 3c0dd0f9ee
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ pre-commit:
glob: '*.{js,jsx,ts,tsx}' glob: '*.{js,jsx,ts,tsx}'
exclude: 'dist/' exclude: 'dist/'
run: yarn jest --passWithNoTests --findRelatedTests {staged_files} run: yarn jest --passWithNoTests --findRelatedTests {staged_files}
build distributables: # build distributables:
skip: ['merge', 'rebase'] # skip: ['merge', 'rebase']
run: yarn build && git add dist # run: yarn build && git add dist
make shell script executable: make shell script executable:
glob: '*.sh' glob: '*.sh'
run: git update-index --chmod=+x run: git update-index --chmod=+x