mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: run production
This commit is contained in:
parent
0288c97e3b
commit
a54bf48850
@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start & (sleep 1; wget http://localhost:3000/api -O /dev/null)",
|
||||
"start": "next start | (sleep 1; wget http://localhost:3000/api -O /dev/null)",
|
||||
"lint": "eslint --ext ts,tsx .",
|
||||
"lint:fix": "eslint --ext ts,tsx . --fix",
|
||||
"test": "jest",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user