Skip to content
Snippets Groups Projects
Commit 6eda047f authored by Sinzeanu Demetriad's avatar Sinzeanu Demetriad
Browse files

perf(package.json): removed git add command

parent 8f56136f
No related branches found
No related tags found
3 merge requests!222Sprint #26,!217Sprint #26,!190Hin 1141
......@@ -38,7 +38,7 @@
"start": "docker-compose up"
},
"lint-staged": {
"*.js": ["prettier --write", "git add"],
"*.js": ["prettier --write"],
"*.css": "stylelint",
"*.scss": "stylelint"
},
......@@ -52,6 +52,5 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
}
"dependencies": {}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment