Kaynağa Gözat

chore(tauri.js): Add prepare script (#217)

Rajiv Shah 5 yıl önce
ebeveyn
işleme
afb6386204
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      cli/tauri.js/package.json

+ 1 - 0
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",