mirror of
https://github.com/cosmocode/dokuwiki-plugin-prosemirror.git
synced 2025-07-26 15:51:09 +00:00

While eslint runs always in a watch task, stylelint may slip through unnoticed and cause annoying build failures on travis.
6 lines
37 B
Bash
Executable File
6 lines
37 B
Bash
Executable File
#!/bin/sh
|
|
|
|
yarn test
|
|
yarn stylelint
|
|
|