Skip to content

Commit ec4e705

Browse files
committed
Fix: Add tauri script to package.json
1 parent 48d0e54 commit ec4e705

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "**GfEditor** is a web-based support tool designed to seamlessly bridge the gap between molecular modeling and the generation of input files (`.inp`) for the quantum chemistry software **GAMESS**.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"tauri": "tauri"
89
},
910
"repository": {
1011
"type": "git",
@@ -19,6 +20,6 @@
1920
},
2021
"homepage": "https://github.com/RyokoKuga/GfEditor#readme",
2122
"devDependencies": {
22-
"@tauri-apps/cli": "^2.10.0"
23+
"@tauri-apps/cli": "^2.1.0"
2324
}
24-
}
25+
}

0 commit comments

Comments
 (0)