Use npx commands
This commit is contained in:
parent
f7c78e94f9
commit
894364ff90
@ -2,10 +2,10 @@
|
||||
"name": "my_website",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"dev": "npx next dev",
|
||||
"build": "npx next build",
|
||||
"start": "npx next start",
|
||||
"lint": "npx next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "12.0.4",
|
||||
|
Loading…
Reference in New Issue
Block a user