Skip to content

Commit b0332dc

Browse files
committed
ci(ci-package): add two new scripts to package.json
1 parent f1b19b3 commit b0332dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GUI/ETVR/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"start": "vite start",
1212
"serve": "vite preview",
1313
"tauri": "tauri",
14+
"tauri:dev": "tauri dev",
15+
"tauri:build": "tauri build",
1416
"docs": "jsdoc -c jsdoc.conf.json",
1517
"lint": "eslint --ext .js,.ts,.jsx,.tsx src",
1618
"format": "yarn run lint --fix & yarn prettier --write \"src/**/*.{js,jsx,ts,tsx}\""

0 commit comments

Comments
 (0)