keep publishing to latest, even in pre mode (#2990)

This commit is contained in:
Fred K. Schott 2022-04-04 17:18:47 -05:00 committed by GitHub
parent bc12edf09c
commit dbefa16e57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
"url": "https://github.com/withastro/astro.git"
},
"scripts": {
"release": "pnpm run build && changeset publish",
"release": "pnpm run build && changeset publish --tag latest",
"build": "turbo run build --no-deps --scope=astro --scope=create-astro --scope=\"@astrojs/*\"",
"build:ci": "turbo run build:ci --no-deps --scope=astro --scope=create-astro --scope=\"@astrojs/*\"",
"build:examples": "turbo run build --scope=\"@example/*\"",