Rename BUILD_DIR to "build" (was "built")

Per discussion in PR #4968, the dirname "build" is widely used for
this purpose.
This commit is contained in:
Christopher Allen
2021-07-08 16:55:15 +01:00
parent ec14cc3ed8
commit 311b2c16d8

View File

@@ -14,7 +14,7 @@ var path = require('path');
// trailing slash.
module.exports = {
// Directory to write compiled output to.
BUILD_DIR: 'built',
BUILD_DIR: 'build',
// Directory in which to assemble (and from which to publish) the
// blockly npm package.