mirror of
https://github.com/primer/css.git
synced 2024-11-30 01:04:04 +03:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
|
#!/bin/bash -e
|
||
|
npm run stylelint -- --cache
|
||
|
npx stylelint src --cache --report-needless-disables
|
||
|
npm run eslint
|
||
|
npm run eslint-docs
|