We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fb2e7 commit 2b11b94Copy full SHA for 2b11b94
.github/workflows/template-schema-updater.yaml
@@ -22,6 +22,7 @@ jobs:
22
cd aws-cloudformation-template-schema
23
poetry install
24
poetry run cfn-template-schema generate --output-folder specs --type language-server
25
+ rm -Rf ../server/schema/*
26
mv specs/* ../server/schema/
27
cd ..
28
rm -rf aws-cloudformation-template-schema
0 commit comments