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