We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9c393 commit 756d292Copy full SHA for 756d292
package.json
@@ -25,6 +25,7 @@
25
"fresh": "rm -rf node_modules; npm install",
26
"dist": "script/dist.js",
27
"lint": "npm-run-all -s lint-css lint-js",
28
+ "prelint-css": "npm run dist",
29
"lint-css": "stylelint --quiet --syntax scss src/**/*.scss && constyble dist/primer.css --config=.constyblerc.json",
30
"lint-js": "eslint script docs deprecations.js lib .storybook",
31
"postpublish": "script/postpublish",
0 commit comments