1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

Merge pull request #209 from nostalgic-css/perf/speed-up-commits

perf: Speed up pre-commit hooks
This commit is contained in:
Abdullah Samman
2018-12-18 23:59:37 +02:00
committed by GitHub

View File

@@ -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": {