Skip to content

Commit c6185b1

Browse files
committed
Fix tag
1 parent dc75a87 commit c6185b1

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
@@ -40,7 +40,7 @@
4040
"test:coverage": "SEARXNG_URL=https://test-searx.example.com c8 --reporter=text tsx __tests__/run-all.ts",
4141
"bootstrap": "npm install && npm run build",
4242
"inspector": "DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js",
43-
"postversion": "node scripts/update-version.js && git add src/index.ts && git commit --amend --no-edit && git tag -f \"v$(node -p 'require(\"./package.json\").version')'\""
43+
"postversion": "node scripts/update-version.js && git add src/index.ts && git commit --amend --no-edit && git tag -f \"v$(node -p 'require(\\\"./package.json\\\").version')\""
4444
},
4545
"dependencies": {
4646
"@modelcontextprotocol/sdk": "1.17.4",

0 commit comments

Comments
 (0)