mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
chore: fix release tasks checking for bad directories (#6404)
This commit is contained in:
@@ -82,8 +82,7 @@ function checkBranch(done) {
|
||||
// Sanity check that the RELASE_DIR directory exists, and that certain
|
||||
// files are in it.
|
||||
function checkReleaseDir(done) {
|
||||
const sanityFiles = ['blockly_compressed.js', 'blocks_compressed.js',
|
||||
'core', 'blocks', 'generators'];
|
||||
const sanityFiles = ['blockly_compressed.js', 'blocks_compressed.js'];
|
||||
// Check that directory exists.
|
||||
if (fs.existsSync(RELEASE_DIR)) {
|
||||
// Sanity check that certain files exist in RELASE_DIR.
|
||||
|
||||
Reference in New Issue
Block a user