archive
/
givemoneyto.me
Archived
1
Fork 0

Drop number of generations for local dev

Doesn't hit the disk too much
This commit is contained in:
Jake Howard 2019-06-29 21:11:57 +01:00
parent 092a1ec340
commit 0f48dc8132
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const SRC_DIR = join(__dirname, 'src');
const PROGRESS_BAR_FORMAT = '[:bar] :rate/ps :percent :current/:total';
const MAX_VALUE = process.env.MAX_VALUE
? parseInt(process.env.MAX_VALUE, 10)
: 10;
: 2;
const BUNDLER_OPTIONS = {
outDir: BUILD_DIR,