Skip to content

Commit a8cfdbc

Browse files
committed
Add .nvmrc
1 parent e8d82a0 commit a8cfdbc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v17.3.1

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
},
3333
"scripts": {
3434
"dev": "tauri dev",
35+
"nvmrc": "node -v > .nvmrc",
36+
"postinstall": "yarn nvmrc",
37+
"predev": "yarn nvmrc",
3538
"tauri": "tauri",
3639
"start": "vite",
3740
"rls": "tauri build",

0 commit comments

Comments
 (0)