From afb6386204097a29ad6d1793d4e5926fd13d6d06 Mon Sep 17 00:00:00 2001 From: Rajiv Shah Date: Tue, 24 Dec 2019 16:32:44 -0500 Subject: [PATCH] chore(tauri.js): Add prepare script (#217) --- cli/tauri.js/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index 49ce8ad1e..72edaa7a1 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -12,6 +12,7 @@ "scripts": { "build": "webpack --progress", "test": "jest --runInBand --no-cache", + "prepare": "yarn build", "pretest": "yarn build", "test:mac-local": "jest --runInBand", "lint": "eslint --ext ts ./src/**/*.ts",