소스 검색

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",