We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9f2ac commit 6f1dc02Copy full SHA for 6f1dc02
.nvmrc
@@ -1 +1 @@
1
-22.17.0
+24.6.0
package.json
@@ -40,7 +40,8 @@
40
"web-host:build": "npm run build --workspace=packages/web-host",
41
"web-host:preview": "npm run preview --workspace=packages/web-host",
42
"web-host:dev": "npm run dev --workspace=packages/web-host",
43
- "prepare": "husky"
+ "prepare": "husky",
44
+ "clean:install": "find . -name \"node_modules\" -exec rm -rf '{}' +"
45
},
46
"workspaces": [
47
"packages/*"
0 commit comments