chore: getting submodule from remote

This commit is contained in:
wonderlandpark 2021-03-07 22:15:13 +09:00
parent 7a482b3dd5
commit 9e9c346a22
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit ecf70bdfed62f79c7f53a8df280b151c0224391b
Subproject commit 844996c7e0862a45fa1766e1f747a2f25de789c3

View File

@ -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 .",