Skip to content

Commit a40d171

Browse files
committed
build: build fix in windows npm install --prefix can also mean install current package into that dir
1 parent a2255d5 commit a40d171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"through2": "^4.0.2"
4343
},
4444
"scripts": {
45-
"postinstall": "npm install --prefix phoenix-builder-mcp",
45+
"postinstall": "cd phoenix-builder-mcp && npm install",
4646
"lint": "eslint --quiet src test",
4747
"lint:fix": "eslint --quiet --fix src test",
4848
"prepare": "husky install",

0 commit comments

Comments
 (0)