mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Don't lint build output
npm test has been failing if previous build output was present,
because the generated build/msg/??.msg files are missing a trailing
newline and the line to exclude build/* from being linted was
inadvertently omitted from commit 9e72378.
(Much of the rest of the build output would also fail lint checks but
was already excluded by the *_compressed*.js exclusion.)
This commit is contained in:
committed by
Christopher Allen
parent
85b50fcb73
commit
7d306f4089
@@ -2,6 +2,7 @@
|
||||
*_uncompressed*.js
|
||||
gulpfile.js
|
||||
/msg/*
|
||||
/build/*
|
||||
/dist/*
|
||||
/core/utils/global.js
|
||||
/tests/blocks/*
|
||||
|
||||
Reference in New Issue
Block a user