chore: disable audit and build step
parent
bee47ead58
commit
3c0dd0f9ee
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue