mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Add NPM start command
This commit is contained in:
parent
5fadc842f0
commit
eec92030aa
|
|
@ -6,6 +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",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ function sync() {
|
|||
return;
|
||||
}
|
||||
|
||||
console.info('Syncing files...');
|
||||
|
||||
const syncer = new S3Syncer();
|
||||
return syncer.sync();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user