aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-09 17:54:12 -0500
committermat <github@matdoes.dev>2022-04-09 17:54:12 -0500
commit49e578a79061ee138f0c7af07424508970ceebfb (patch)
tree6e35b43afc2cf349e00d7c43d78cf82d667f8f45
parenta6fe057b4626b6dfb1c5c715dfb516036de72204 (diff)
downloadskyblock-stats-49e578a79061ee138f0c7af07424508970ceebfb.tar.gz
skyblock-stats-49e578a79061ee138f0c7af07424508970ceebfb.tar.bz2
skyblock-stats-49e578a79061ee138f0c7af07424508970ceebfb.zip
`yarn run init` instead of `npm run init`
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 64d47ee..a550bc5 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"scripts": {
"init": "node ./scripts/updateDonators.js && node ./scripts/updateBackgrounds.js",
"dev": "svelte-kit dev",
- "build": "npm run init && svelte-kit build",
+ "build": "yarn run init && svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
@@ -45,4 +45,4 @@
"typed-hypixel-api": "^0.3.4"
},
"packageManager": "yarn@3.1.1"
-}
+} \ No newline at end of file