Changed script for updating the submodules

This commit is contained in:
DrMint 2024-07-13 18:51:04 +02:00
parent b558ecbfa1
commit 7594a8353f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "v3.accords-library.com", "name": "v3.accords-library.com",
"version": "3.0.0-beta.7", "version": "3.0.0-beta.8",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
@ -8,7 +8,7 @@
"preview": "astro preview", "preview": "astro preview",
"astro": "astro", "astro": "astro",
"upgrade": "ncu", "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-currencies": "node --env-file=.env scripts/download-currencies.mjs",
"script:download-wording-keys": "npm run scripts/download-wording-keys.ts", "script:download-wording-keys": "npm run scripts/download-wording-keys.ts",
"prettier": "prettier --write --list-different --plugin=prettier-plugin-astro .", "prettier": "prettier --write --list-different --plugin=prettier-plugin-astro .",