1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

add stylelint to test cmd

This commit is contained in:
Jenil G 2023-03-20 23:41:58 -04:00
parent 59fba8f62c
commit 60076b7b98

View File

@ -9,7 +9,7 @@
"build": "rimraf dist/* && stylelint src/*.css --fix && yarn postcss && cross-env NODE_ENV=production yarn postcss --ext .min.css && gzip -c dist/chota.min.css | wc -c | xargs echo 'Size:'",
"postcss": "postcss ./src/chota.css -d dist/",
"watch": "cross-env NODE_ENV=development yarn postcss -w",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "stylelint src/*.css",
"prepublish": "yarn build"
},
"keywords": [