Add npm testing to pre-commit config
continuous-integration/drone/push Build is failing Details

master
Peter Stuifzand 3 years ago
parent 96beb5c309
commit 685fc26839

@ -19,3 +19,11 @@ repos:
language: system
entry: drone lint --trusted
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…
Cancel
Save