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