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 a2255d5 commit a40d171Copy full SHA for a40d171
1 file changed
package.json
@@ -42,7 +42,7 @@
42
"through2": "^4.0.2"
43
},
44
"scripts": {
45
- "postinstall": "npm install --prefix phoenix-builder-mcp",
+ "postinstall": "cd phoenix-builder-mcp && npm install",
46
"lint": "eslint --quiet src test",
47
"lint:fix": "eslint --quiet --fix src test",
48
"prepare": "husky install",
0 commit comments