diff --git a/package.json b/package.json index 0802048..64cff9b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { + "prepare": "tsc", "build-test": "tsc && browserify test/test.js | tape-run --render='tap-spec'" }, "homepage": "https://github.com/index23/chunk-store-idb",