Cleanup readme and scripts

This commit is contained in:
Vitaly Rtishchev
2023-05-28 10:56:40 +04:00
parent f63101a095
commit 88dde45646
2 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,6 @@
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"export": "next build && next export",
"typecheck": "tsc --noEmit",
"lint": "next lint",
"jest": "jest",