File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ package-lock.json
1212apps /site /.next
1313apps /site /build
1414apps /site /public /blog-data.json
15+ apps /site /next-env.d.ts
1516
1617# Test Runner
1718junit.xml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 "lint:js:fix" : " node --run lint:js -- --fix" ,
2222 "lint:md" : " eslint \" **/*.md?(x)\" --cache --cache-strategy=content --cache-location=.eslintmdcache" ,
2323 "lint:md:fix" : " node --run lint:md -- --fix" ,
24- "lint:types" : " tsc --noEmit" ,
24+ "lint:types" : " next typegen && tsc --noEmit" ,
2525 "playwright" : " playwright test" ,
2626 "scripts:release-post" : " cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs" ,
2727 "serve" : " node --run dev" ,
You can’t perform that action at this time.
0 commit comments