Final updates to the new template and codebase
This commit is contained in:
@ -9,10 +9,11 @@ const fs = require('fs-extra'),
|
||||
const childProcess = require('child_process');
|
||||
const { green, yellow, red } = require('kleur');
|
||||
const util = require('./util');
|
||||
const config = require('../config');
|
||||
// Declare paths
|
||||
const SNIPPETS_PATH = './snippets';
|
||||
const SNIPPETS_ARCHIVE_PATH = './snippets_archive';
|
||||
const TEST_PATH = './test';
|
||||
const SNIPPETS_PATH = `./${config.snippetPath}`;
|
||||
const SNIPPETS_ARCHIVE_PATH = `./${config.snippetArchivePath}`;
|
||||
const TEST_PATH = `./${config.testPath}`;
|
||||
|
||||
console.time('Tester');
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user