Add npm testing to pre-commit config
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
96beb5c309
commit
685fc26839
|
@ -19,3 +19,11 @@ repos:
|
||||||
language: system
|
language: system
|
||||||
entry: drone lint --trusted
|
entry: drone lint --trusted
|
||||||
files: .drone.yml
|
files: .drone.yml
|
||||||
|
- id: npm-test-list-editor
|
||||||
|
name: npm test list editor
|
||||||
|
language: system
|
||||||
|
entry: bash -c "cd list-editor && npm test"
|
||||||
|
- id: npm-test-editor
|
||||||
|
name: npm test editor
|
||||||
|
language: system
|
||||||
|
entry: bash -c "cd editor && npm test"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user