This commit is contained in:
Wes Bos 2023-02-20 15:47:50 -05:00
parent 26ffadbc03
commit 0c2f9590ca
2 changed files with 1 additions and 6 deletions

View file

@ -4,7 +4,7 @@
publish = "public"
[dev]
command = "remix watch"
command = "remix dev"
port = 3000
[[redirects]]

View file

@ -53,11 +53,6 @@
"postcss-nesting": "^11.2.1",
"prettier": "^2.8.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/data.js": [
"eslint --fix",