chore: as git directory

This commit is contained in:
wonderlandpark 2021-03-07 13:28:45 +09:00
parent fe18cc1448
commit dd150eb3e5

View File

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