diff --git a/packages/theme/package.json b/packages/theme/package.json index e27fcf3bb..c58a5c617 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/theme", - "version": "1.0.1", + "version": "1.1.0", "main": "./dist/index.js", "license": "GPL-3.0-or-later", "repository": { @@ -17,6 +17,6 @@ }, "scripts": { "build": "tsc", - "pub": "npm run build && npm publish" + "prepublishOnly": "npm run build" } }