Skip to content

Commit d751b0e

Browse files
committed
Fix extension build in release script
The vsix extension should only be built after the changelog commit
1 parent c7d3c9d commit d751b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ci-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NEW_VERSION=${TRAVIS_TAG#"v"}
66

77
# Build the extension
88
yarn install
9-
yarn build
9+
yarn build:syntax
1010
yarn test
1111

1212
# Update package.json and CHANGELOG.md

0 commit comments

Comments
 (0)