From a306a503c3827c79fbf4bc2af3851b0791314a92 Mon Sep 17 00:00:00 2001 From: Noah Klayman Date: Fri, 21 Feb 2020 10:50:47 -0800 Subject: [PATCH] [version updates]: tauri.js bad postinstall (#446) * fix(tauri.js): remove postinstall script * chore(tauri.js/package): bump version --- cli/tauri.js/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index 1b708d64d..2b1b467ef 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -1,6 +1,6 @@ { "name": "tauri", - "version": "0.4.2", + "version": "0.4.3", "description": "Multi-binding collection of libraries and templates for building Tauri apps", "bin": { "tauri": "./bin/tauri.js" @@ -14,7 +14,6 @@ "build-release": "yarn build --display none --progress false", "test": "jest --runInBand --no-cache", "pretest": "yarn build", - "postinstall": "yarn build", "prepublishOnly": "yarn build-release", "test:mac-local": "jest --runInBand", "lint": "eslint --ext ts ./src/**/*.ts",