diff --git a/.gitignore b/.gitignore index 0ca21d2..c4282c1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,9 @@ # testing /coverage - # production -/build +docs/ +dist/ # misc .DS_Store @@ -36,4 +36,3 @@ yarn-error.log* # idea files .idea -docs/ diff --git a/package.json b/package.json index 4814c5f..e588c2d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ }, "private": true, "lint-staged": { - "*.{js,ts,jsx,tsx}": "eslint --cache --fix", + "*.{js,ts,jsx,tsx}": "eslint --cache --fix . || true", "*.{js,ts,jsx,tsx,json,css,md}": "prettier --write" }, "dependencies": {