package.json: revert dev & build scripts
This commit is contained in:
parent
0f425109a6
commit
09ba9499a3
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user