mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-04-26 09:34:12 -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",
|
"build": "vue-cli-service build --modern --no-clean",
|
||||||
"lint": "vue-cli-service lint",
|
"lint": "vue-cli-service lint",
|
||||||
"cron": "node src/app/cron",
|
"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",
|
"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",
|
"splatnet": "node src/app splatnet",
|
||||||
"twitter": "node src/app twitter",
|
"twitter": "node src/app twitter",
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@ function sync() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.info('Syncing files...');
|
||||||
|
|
||||||
const syncer = new S3Syncer();
|
const syncer = new S3Syncer();
|
||||||
return syncer.sync();
|
return syncer.sync();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user