Browse Source

fix: package.json

pull/133/head
Himself65 4 years ago
parent
commit
0b4948dce7
  1. 4
      package.json

4
package.json

@ -7,8 +7,8 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"type-check": "tsc", "type-check": "tsc",
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\"", "lint": "eslint --ignore-path .gitignore \"pages/**/*.+(ts|js|tsx)\"",
"format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --write", "format": "prettier --ignore-path .gitignore \"pages/**/*.+(ts|js|tsx)\" --write",
"postinstall": "husky install", "postinstall": "husky install",
"commit": "cz" "commit": "cz"
}, },

Loading…
Cancel
Save