Remove non-functional type checks from testing

This commit is contained in:
ahocevar
2018-06-21 07:52:31 +02:00
parent 67f06deeff
commit 2de37be014

View File

@@ -11,7 +11,6 @@
"scripts": {
"lint": "eslint tasks test src/ol examples config",
"pretest": "npm run lint",
"posttest": "npm run typecheck",
"test": "npm run karma -- --single-run",
"karma": "karma start test/karma.config.js",
"serve-examples": "mkdir -p build/examples && webpack --config examples/webpack/config.js --mode development --watch & serve build/examples",