We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b19b3 commit b0332dcCopy full SHA for b0332dc
GUI/ETVR/package.json
@@ -11,6 +11,8 @@
11
"start": "vite start",
12
"serve": "vite preview",
13
"tauri": "tauri",
14
+ "tauri:dev": "tauri dev",
15
+ "tauri:build": "tauri build",
16
"docs": "jsdoc -c jsdoc.conf.json",
17
"lint": "eslint --ext .js,.ts,.jsx,.tsx src",
18
"format": "yarn run lint --fix & yarn prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
0 commit comments