mirror of
https://github.com/primer/css.git
synced 2024-12-02 07:53:06 +03:00
lint deprecations.js
This commit is contained in:
parent
5c43eea7dd
commit
3077a09705
@ -27,7 +27,7 @@
|
||||
"check-links": "script/check-links http://localhost:3000/css -v",
|
||||
"lint": "npm-run-all -s lint-css lint-js",
|
||||
"lint-css": "stylelint --quiet --syntax scss src/**/*.scss",
|
||||
"lint-js": "eslint lib docs .storybook",
|
||||
"lint-js": "eslint script lib docs deprecations.js .storybook",
|
||||
"now-build": "npm run dist && next build",
|
||||
"now-start": "next start",
|
||||
"now-test": "npm-run-all -s now-build now-start",
|
||||
|
Loading…
Reference in New Issue
Block a user