diff --git a/package.json b/package.json index c8751fd..e75e0ef 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "dist/**/*" ], "scripts": { + "prepare": "yarn build", "build": "tsc", "test": "./scripts/tests.sh", "lint": "eslint --cache --max-warnings 0",