mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Add build strict option that builds with the strict type checker (#4098)
* Add build strict option that builds with the strict type checker
This commit is contained in:
@@ -21,8 +21,10 @@
|
||||
"build:blocks": "gulp buildBlocks",
|
||||
"build:compressed": "gulp buildCompressed",
|
||||
"build:core": "gulp buildCore",
|
||||
"build:debug": "gulp buildCompressed --verbose --strict",
|
||||
"build:debug": "gulp buildCompressed --verbose --debug",
|
||||
"build:debug:log": "npm run build:debug > build-debug.log 2>&1 && tail -3 build-debug.log",
|
||||
"build:strict": "gulp buildCompressed --verbose --strict",
|
||||
"build:strict:log": "npm run build:strict > build-debug.log 2>&1 && tail -3 build-debug.log",
|
||||
"build:generators": "gulp buildGenerators",
|
||||
"build:langfiles": "gulp buildLangfiles",
|
||||
"build:uncompressed": "gulp buildUncompressed",
|
||||
|
||||
Reference in New Issue
Block a user