diff --git a/package.json b/package.json index 30bcef3..fe9a4cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hibas123/theme-preact", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "out/index.js", "dependencies": { @@ -14,6 +14,7 @@ "typescript": "^3.8.3" }, "scripts": { + "prepublishOnly": "tsc", "build": "tsc", "watch": "tsc -w" },