diff --git a/package.json b/package.json index b6364f4..a31300c 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "jest-chrome.d.ts" ], "scripts": { + "prepare": "run-s build", "build": "run-s build:clean build:pro build:types build:copy", "build:clean": "rm -rf lib types", "build:copy": "copyfiles -f src/jest-chrome.d.ts types",