diff --git a/package.json b/package.json index 4ea6adb..5491764 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "scripts": { "build": "tsc", "clean": "rm -rf dist", + "prepare": "npm run clean && npm run build", "prepack": "npm run clean && npm run build", "test": "jest" },