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