Skip to content

Commit

Permalink
submodules might be failing because of preinstall?
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs committed Nov 5, 2023
1 parent a366054 commit bdcb073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`git clone`の後、`npm install`の前に`npm run submodules`を実行すること。
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vite",
"build": "vue-tsc && vite build",
"serve": "vite preview",
"preinstall": "npm run submodules && npm run build-develop && npm run build-next",
"preinstall": "npm run build-develop && npm run build-next",
"submodules": "git submodule update --init --depth=1",
"build-develop": "cd develop && npm ci && npm run build",
"build-next": "cd next && npm ci && npm run build",
Expand Down

0 comments on commit bdcb073

Please sign in to comment.