1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 10:02:57 +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": { "lint-staged": {
"scss/**/*.scss": [ "scss/**/*.scss": [
"npm run build", "npm run build:stylelint"
"git add"
], ],
"*.js": [ "*.js": [
"eslint '.storybook/**/*.js' 'docs/**/*.js'", "eslint '.storybook/**/*.js' 'docs/**/*.js'"
"git add"
] ]
}, },
"prettier": { "prettier": {