[ci] yarn format

This commit is contained in:
matthewp 2021-05-24 20:58:18 +00:00 committed by GitHub Actions
parent ffa45c5d2b
commit 860a84d4f4

View file

@ -32,9 +32,9 @@ This should change package.json bumping version numbers and update changelogs. I
Commit and push these changes, then run an npm publish for each of the packages that have changed.
> __Important__! Ordering publishes can be important. If `astro-parser` changes you should publish that before `astro`, for example.
> **Important**! Ordering publishes can be important. If `astro-parser` changes you should publish that before `astro`, for example.
```shell
cd packages/astro
npm publish
```
```