Skip to content

Commit

Permalink
Merge branch 'develop' into fix-mario-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahalsamman authored Dec 18, 2018
2 parents 1b026e1 + 71463af commit 2044992
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,10 @@
},
"lint-staged": {
"scss/**/*.scss": [
"npm run build",
"git add"
"npm run build:stylelint"
],
"*.js": [
"eslint '.storybook/**/*.js' 'docs/**/*.js'",
"git add"
"eslint '.storybook/**/*.js' 'docs/**/*.js'"
]
},
"prettier": {
Expand Down

0 comments on commit 2044992

Please sign in to comment.