mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-22 10:24:19 -05:00
Update start command
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"build": "vue-cli-service build --modern --no-clean",
|
||||
"lint": "vue-cli-service lint",
|
||||
"cron": "node src/app/cron",
|
||||
"start": "npm run sync && npm run cron",
|
||||
"start": "npm run sync && npm run splatnet && npm run twitter && npm run cron",
|
||||
"locale-man": "node node_modules/locale-man/ -l en,es,es-MX,fr,fr-CA,de,nl,it,ru,ja -o src/locale",
|
||||
"splatnet": "node src/app splatnet",
|
||||
"twitter": "node src/app twitter",
|
||||
|
||||
Reference in New Issue
Block a user