package.json: revert dev & build scripts

This commit is contained in:
vchikalkin 2022-12-20 13:04:41 +03:00
parent 0f425109a6
commit 09ba9499a3

View File

@ -7,8 +7,8 @@
"packages/*"
],
"scripts": {
"app:dev": "next dev",
"app:build": "next build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint -- --fix",