Skip to content

Commit

Permalink
Remove --no-wait-validation flag from Azure publish script
Browse files Browse the repository at this point in the history
This change ensures that the publishing process waits for validation.
  • Loading branch information
arturcic committed Nov 20, 2024
1 parent 4a9453f commit 0f1e33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:agents": "vitest --run src/__tests__/agents --config src/__tests__/vitest.config.ts",

"publish:prepare": "./dist/azure/updateTasks.mjs",
"publish:azure": "tfx extension publish --root ./dist/azure --manifest-js dist/azure/manifest.config.cjs --no-wait-validation --auth-type pat",
"publish:azure": "tfx extension publish --root ./dist/azure --manifest-js dist/azure/manifest.config.cjs --auth-type pat",

"prepare": "husky"
},
Expand Down

0 comments on commit 0f1e33d

Please sign in to comment.