Explorar o código

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

Rajiv Shah %!s(int64=5) %!d(string=hai) anos
pai
achega
afb6386204
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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",