From 8be1f106364c5e936f6b9d8b31388d15baef09b3 Mon Sep 17 00:00:00 2001 From: carson Date: Sat, 2 May 2020 16:25:29 -0700 Subject: update site --- scripts/www.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/www.js b/scripts/www.js index 128f3cf9..00195f44 100644 --- a/scripts/www.js +++ b/scripts/www.js @@ -3,7 +3,7 @@ var fs = require('fs-extra'); console.log(config.version) -var testRoot = "www/_/" + config.version; +var testRoot = "www/v/" + config.version; fs.ensureDirSync(testRoot); fs.copySync("node_modules/mocha/mocha.js", testRoot + "/node_modules/mocha/mocha.js"); fs.copySync("node_modules/mocha/mocha.css", testRoot + "/node_modules/mocha/mocha.css"); -- cgit v1.2.3