Skip to content

Commit

Permalink
Fix the stylelint invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Mar 31, 2019
1 parent cdd1cfd commit 620c827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"lint": "tsc && xo && stylelint '*.css'",
"lint": "tsc && xo && stylelint 'css/*.css'",
"test": "npm run lint",
"start": "tsc && electron .",
"pack": "tsc && electron-builder --dir",
Expand Down

0 comments on commit 620c827

Please sign in to comment.