Skip to content

Commit 2b11b94

Browse files
authored
clean schema file first (#287)
1 parent c6fb2e7 commit 2b11b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/template-schema-updater.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
cd aws-cloudformation-template-schema
2323
poetry install
2424
poetry run cfn-template-schema generate --output-folder specs --type language-server
25+
rm -Rf ../server/schema/*
2526
mv specs/* ../server/schema/
2627
cd ..
2728
rm -rf aws-cloudformation-template-schema

0 commit comments

Comments
 (0)