File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 281
281
"test:integration" : " npm run build && npm run compile:integration && npx dotenvx run -f .env.integration -- vscode-test" ,
282
282
"prepare" : " husky" ,
283
283
"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" ,
286
284
"vscode:prepublish" : " npm run package" ,
287
285
"vsix" : " rimraf bin && mkdirp bin && npx vsce package --out bin" ,
288
286
"watch" : " npm-run-all -p watch:*" ,
289
287
"watch:esbuild" : " node esbuild.js --watch" ,
290
288
"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"
292
293
},
293
294
"dependencies" : {
294
295
"@anthropic-ai/bedrock-sdk" : " ^0.10.2" ,
You can’t perform that action at this time.
0 commit comments