Skip to content

Commit

Permalink
Fix stylelint command
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Jul 18, 2017
1 parent 822c6e3 commit 3138415
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 @@ -54,7 +54,7 @@
"start": "meteor npm i && meteor",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"stylelint": "stylelint packages/**/*.{less,css}",
"stylelint": "stylelint 'packages/**/*.{less,css}'",
"test": "node .scripts/start.js",
"deploy": "npm run build && pm2 startOrRestart pm2.json",
"chimp-watch": "chimp --ddp=http://localhost:3000 --watch --mocha --path=tests/end-to-end",
Expand Down

0 comments on commit 3138415

Please sign in to comment.