diff --git a/package.json b/package.json index 18b65c846..6e393c936 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint": ">=5" }, "scripts": { - "postinstall": "yarn build", + "pretest": "yarn build", "lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts", "prettylint": "prettylint docs/**/*.md README.md package.json", "prepublishOnly": "yarn build",