mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: getting submodule from remote
This commit is contained in:
parent
7a482b3dd5
commit
9e9c346a22
2
api-docs
2
api-docs
@ -1 +1 @@
|
||||
Subproject commit ecf70bdfed62f79c7f53a8df280b151c0224391b
|
||||
Subproject commit 844996c7e0862a45fa1766e1f747a2f25de789c3
|
||||
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"pre-build": "git init && git submodule init && git submodule update",
|
||||
"pre-build": "git init && git submodule init && git submodule update --remote",
|
||||
"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