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:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user