mirror of
https://github.com/google/blockly.git
synced 2026-01-18 06:17:12 +01:00
chore(tests): remove unused run of typings (#6326)
* chore(tests): remove unused run of typings * chore(build): remove unused script from package.json
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
"test:generators": "tests/scripts/run_generators.sh",
|
||||
"test:mocha:interactive": "http-server ./ -o /tests/mocha/index.html -c-1",
|
||||
"test:compile:advanced": "gulp buildAdvancedCompilationTest --debug",
|
||||
"typings": "gulp typings",
|
||||
"updateGithubPages": "gulp gitUpdateGithubPages"
|
||||
},
|
||||
"main": "./index.js",
|
||||
|
||||
@@ -58,10 +58,6 @@ fi
|
||||
# closure compiler warnings / errors.
|
||||
run_test_command "build-debug" "npm run build-debug"
|
||||
|
||||
# Generate TypeScript typings and ensure there are no errors.
|
||||
# TODO(5621): Re-enable this test once typings generation is fixed.
|
||||
# run_test_command "typings" "npm run typings"
|
||||
|
||||
# Run renaming validation test.
|
||||
run_test_command "renamings" "tests/migration/validate-renamings.js"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user