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

t
This reverts commit dbefa16e57.
This commit is contained in:
Fred K. Schott 2022-04-04 15:22:36 -07:00
parent c51ce91365
commit bffc212825

View file

@ -7,7 +7,7 @@
"url": "https://github.com/withastro/astro.git"
},
"scripts": {
"release": "pnpm run build && changeset publish --tag latest",
"release": "pnpm run build && changeset publish",
"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/*\"",