1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00
css/script/lint-ci

6 lines
132 B
Plaintext
Raw Normal View History

#!/bin/bash -e
npm run stylelint -- --cache
npx stylelint src --cache --report-needless-disables
npm run eslint
npm run eslint-docs