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:
parent
59fba8f62c
commit
60076b7b98
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user