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",