Skip to content

Commit 4c9904f

Browse files
committed
feat: add Nuxt command to postinstall script in package.json
1 parent 8124172 commit 4c9904f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"generate": "nuxt generate",
99
"preview": "nuxt preview",
1010
"postinstall": "nuxt prepare",
11-
"tauri": "tauri"
11+
"tauri": "tauri",
12+
"nuxt": "nuxt"
1213
},
1314
"dependencies": {
1415
"@tauri-apps/api": "2.1.1",

0 commit comments

Comments
 (0)