aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 9d43bae..378d7fc 100644
--- a/package.json
+++ b/package.json
@@ -3,8 +3,8 @@
"version": "0.0.1",
"license": "MIT",
"scripts": {
- "dev": "svelte-kit dev",
- "build": "svelte-kit build",
+ "dev": "node ./scripts/updateDonators.js && svelte-kit dev",
+ "build": "node ./scripts/updateDonators.js && svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
@@ -41,4 +41,4 @@
"skyblock-assets": "^2.0.7"
},
"packageManager": "yarn@3.1.1"
-}
+} \ No newline at end of file