feat: add 100th-season all-star growth event

This commit is contained in:
2026-07-25 10:46:23 +00:00
parent 4de7ebec17
commit 95f66e4c39
12 changed files with 589 additions and 56 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "js/index.js",
"scripts": {
"test": "npm-run-all test-php-gateway test-ts",
"test-php-gateway": "vendor/bin/phpunit --bootstrap vendor/autoload.php tests",
"test-php-gateway": "vendor/bin/phpunit --do-not-cache-result --bootstrap vendor/autoload.php tests",
"test-ts": "mocha",
"build": "webpack",
"buildDev": "webpack --mode=development",