From 2de37be01466a77a0e9efa56d91c66493a4e64c6 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 21 Jun 2018 07:52:31 +0200 Subject: [PATCH] Remove non-functional type checks from testing --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 87054a9722..37de270949 100644 --- a/package.json +++ b/package.json @@ -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",