mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: as git directory
This commit is contained in:
parent
fe18cc1448
commit
dd150eb3e5
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"pre-build": "git submodule init && git submodule update",
|
||||
"pre-build": "git init && git submodule init && git submodule update",
|
||||
"build": "npm run pre-build && next build",
|
||||
"start": "next start | (sleep 1; wget http://localhost:3000/api/v2 -O /dev/null)",
|
||||
"lint": "eslint --ext ts,tsx .",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user