Merge pull request #8294 from ahocevar/no-typecheck

Remove non-functional type checks from testing
This commit is contained in:
Andreas Hocevar
2018-06-21 08:20:30 +02:00
committed by GitHub

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",