Merge pull request #674 from petrsiegl/main
Add missing directory to lint command
This commit is contained in:
commit
664a075c68
@ -8,7 +8,7 @@
|
||||
"build": "cross-env INIT_CWD=$PWD next build && cross-env NODE_OPTIONS='--experimental-json-modules' node ./scripts/postbuild.mjs",
|
||||
"serve": "next start",
|
||||
"analyze": "cross-env ANALYZE=true next build",
|
||||
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts"
|
||||
"lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/bundle-analyzer": "13.4.12",
|
||||
@ -75,4 +75,4 @@
|
||||
]
|
||||
},
|
||||
"packageManager": "yarn@3.6.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user