Skip to content

Commit 991ef9b

Browse files
author
Mohammad Hassan
committed
add versioning scripts
1 parent c5a757c commit 991ef9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,15 @@
281281
"test:integration": "npm run build && npm run compile:integration && npx dotenvx run -f .env.integration -- vscode-test",
282282
"prepare": "husky",
283283
"publish:marketplace": "vsce publish",
284-
"publish": "npm run build && changeset publish && npm install --package-lock-only",
285-
"version-packages": "changeset version && npm install --package-lock-only",
286284
"vscode:prepublish": "npm run package",
287285
"vsix": "rimraf bin && mkdirp bin && npx vsce package --out bin",
288286
"watch": "npm-run-all -p watch:*",
289287
"watch:esbuild": "node esbuild.js --watch",
290288
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
291-
"watch-tests": "tsc -p . -w --outDir out"
289+
"watch-tests": "tsc -p . -w --outDir out",
290+
"preversion": "git fetch --prune --prune-tags && npm run build ",
291+
"version": "",
292+
"postversion": "git push && git push --tags"
292293
},
293294
"dependencies": {
294295
"@anthropic-ai/bedrock-sdk": "^0.10.2",

0 commit comments

Comments
 (0)