Skip to content

Commit

Permalink
fix: remove 'git add ./css' from precommit stage
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahalsamman committed Dec 7, 2018
1 parent fe01943 commit cc8649c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"lint-staged": {
"scss/**/*.scss": [
"npm run build",
"git add ./css",
"git add"
],
"*.js": [
Expand Down

0 comments on commit cc8649c

Please sign in to comment.