Selaa lähdekoodia

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

Rajiv Shah 5 vuotta sitten
vanhempi
sitoutus
afb6386204
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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",