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}'
exclude: 'dist/'
run: yarn jest --passWithNoTests --findRelatedTests {staged_files}
build distributables:
skip: ['merge', 'rebase']
run: yarn build && git add dist
# build distributables:
# skip: ['merge', 'rebase']
# run: yarn build && git add dist
make shell script executable:
glob: '*.sh'
run: git update-index --chmod=+x