浏览代码

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

Rajiv Shah 5 年之前
父节点
当前提交
afb6386204
共有 1 个文件被更改,包括 1 次插入0 次删除
  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",