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

This commit is contained in:
Rajiv Shah 2019-12-24 16:32:44 -05:00 committed by Lucas Fernandes Nogueira
parent 75f032ae52
commit afb6386204

View File

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