Skip to content

Commit a963369

Browse files
committed
Fix lint task so it prints error messages
1 parent c301d2b commit a963369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"build": "npm run setup && npm run preprocess",
2929
"build-test": "npm run setup && npm run preprocess-test",
30-
"lint": "suitcss index.css >/dev/null",
30+
"lint": "suitcss index.css build/lint.css",
3131
"preprocess": "suitcss index.css build/build.css",
3232
"preprocess-test": "suitcss -i test test/test.css build/test.css",
3333
"setup": "npm install",

0 commit comments

Comments
 (0)