Jelajahi Sumber

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

Rajiv Shah 5 tahun lalu
induk
melakukan
afb6386204
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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",