Skip to content

Commit

Permalink
submodules wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs committed Nov 5, 2023
1 parent 7e1f28a commit a366054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "vite",
"build": "vue-tsc && vite build",
"serve": "vite preview",
"preinstall": "npm run build-develop && npm run build-next",
"preinstall": "npm run submodules && 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",
"update-aiscript": "git submodule update --remote"
Expand Down

0 comments on commit a366054

Please sign in to comment.