mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 14:17:02 +00:00
chore(tauri.js): Add prepare script (#217)
This commit is contained in:
parent
75f032ae52
commit
afb6386204
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user