From 7594a8353fddb7cf4056e5a5ece49a3c5d4e54df Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:51:04 +0200 Subject: [PATCH] Changed script for updating the submodules --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7c9c191..46ad293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v3.accords-library.com", - "version": "3.0.0-beta.7", + "version": "3.0.0-beta.8", "scripts": { "dev": "astro dev", "start": "astro dev", @@ -8,7 +8,7 @@ "preview": "astro preview", "astro": "astro", "upgrade": "ncu", - "fetch-submodules": "git submodule update --recursive --remote", + "fetch-submodules": "cd src/shared && git pull && cd ../..", "script:download-currencies": "node --env-file=.env scripts/download-currencies.mjs", "script:download-wording-keys": "npm run scripts/download-wording-keys.ts", "prettier": "prettier --write --list-different --plugin=prettier-plugin-astro .",