mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
change dev command
This commit is contained in:
parent
7f8dca659e
commit
9f598f8cf3
@ -154,7 +154,7 @@ cp .env.sample .env
|
|||||||
vi .env
|
vi .env
|
||||||
|
|
||||||
npm i
|
npm i
|
||||||
npm start
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### 🔮 Linting
|
### 🔮 Linting
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run prebuild && next",
|
"dev": "npm run prebuild && next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"preview": "next start",
|
"start": "next start",
|
||||||
"export": "npm run prebuild && next export",
|
"export": "npm run prebuild && next export",
|
||||||
"typecheck": "tsc",
|
"typecheck": "tsc",
|
||||||
"lint:js": "next lint",
|
"lint:js": "next lint",
|
||||||
|
Loading…
Reference in New Issue
Block a user