diff --git a/package.json b/package.json index 46153f5..da5b9cc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "build:types": "tsc --emitDeclarationOnly", "build:js": "tsc", "lint": "eslint src/**/* && tsc --noEmit", - "test": "jest --ci --verbose --forceExit --detectOpenHandles --coverage" + "test": "jest --ci --verbose --forceExit --detectOpenHandles --coverage", + "prepare": "npm run build" }, "repository": { "type": "git",