chore: remove npm run test-types call (#6447)

It was an old script that doesn't exist any more.
This commit is contained in:
Jack Franklin 2020-09-25 11:44:34 +01:00 committed by GitHub
parent 72fe86fe6a
commit 322cc96e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
"unit-with-coverage": "cross-env COVERAGE=1 npm run unit", "unit-with-coverage": "cross-env COVERAGE=1 npm run unit",
"assert-unit-coverage": "cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js", "assert-unit-coverage": "cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js",
"funit": "PUPPETEER_PRODUCT=firefox npm run unit", "funit": "PUPPETEER_PRODUCT=firefox npm run unit",
"test": "npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-browser && npm run test-types", "test": "npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-browser",
"prepare": "node typescript-if-required.js", "prepare": "node typescript-if-required.js",
"prepublishOnly": "npm run tsc", "prepublishOnly": "npm run tsc",
"dev-install": "npm run tsc && node install.js", "dev-install": "npm run tsc && node install.js",