diff --git a/package.json b/package.json index 97f02d8..eac2074 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "README.md" ], "scripts": { + "prepare": "npm run build", "build": "rollup -c && npm run tsd", "tsd": "tsc -p ./src --emitDeclarationOnly", "dev": "rollup --config --watch",