[ci] yarn format

This commit is contained in:
natemoo-re 2021-08-11 20:42:31 +00:00 committed by GitHub Actions
parent 6c6a33b987
commit 3f093fa830
3 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
## 0.6.0
- Fixes bug with signature help not appear in the component script section.
- Adds completion suggestions for Astro.* APIs in the component script.
- Adds completion suggestions for Astro.\* APIs in the component script.
- Adds support for Hover based hints in the component script section.
- Fixes bug with Go to Definition (cmd + click) of Components.

View file

@ -1,6 +1,7 @@
# astro-vscode
## 0.6.1
- Makes the v0.6.0 features actually work 😅
## 0.6.0

View file

@ -18,7 +18,7 @@ async function publish() {
}
}
execa('npm', ['install'], { all: true })
execa('npm', ['install'], { all: true });
const p1 = execa('vsce', ['publish'], { all: true });