Skip to content

Commit 6f1dc02

Browse files
committed
chore: update .nvmrc to 24.6.0
1 parent ff9f2ac commit 6f1dc02

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.0
1+
24.6.0

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"web-host:build": "npm run build --workspace=packages/web-host",
4141
"web-host:preview": "npm run preview --workspace=packages/web-host",
4242
"web-host:dev": "npm run dev --workspace=packages/web-host",
43-
"prepare": "husky"
43+
"prepare": "husky",
44+
"clean:install": "find . -name \"node_modules\" -exec rm -rf '{}' +"
4445
},
4546
"workspaces": [
4647
"packages/*"

0 commit comments

Comments
 (0)