Skip to content

Commit

Permalink
fix path a stylelint task
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Sep 24, 2016
1 parent ed7940f commit 2ca82eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"upgrade": "npm run check-updates -- --upgradeAll && npm install",
"lint": "eslint . --ext .js --cache --ignore-pattern '**/node_modules/**' --ignore-pattern '**/dist/**'",
"deploy": "pm2 deploy ecosystem.json production",
"stylelint": "stylelint css/style.css"
"stylelint": "stylelint static/css/style.css"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2ca82eb

Please sign in to comment.