1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 19:01:02 +03:00

build css script

This commit is contained in:
Jon Rohan 2022-08-12 22:17:56 +00:00
parent 8f1f95c85c
commit 2c0fec7b39

View File

@ -25,8 +25,9 @@
"scripts": {
"build:docs": "script/build-docs",
"build:docs:preview": "script/build-docs preview",
"build:css": "script/build-css.js",
"dist": "script/dist.js",
"dist:watch": "chokidar \"src/**/*.scss\" -c \"script/build-css.js\"",
"dist:watch": "chokidar \"src/**/*.scss\" -c \"script/dist.js\"",
"stylelint": "stylelint --quiet --rd 'src/**/*.scss'",
"stylelint:fix": "yarn stylelint -- --fix",
"stylelint:remove-disables": "script/stylelint-remove-disables.js 'src/**/*.scss'",