summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-04-04 17:18:47 -0500
committerGravatar GitHub <noreply@github.com> 2022-04-04 15:18:47 -0700
commitdbefa16e57430b56ec6373ec837a0d4e4065f271 (patch)
tree7b735d580091a19b81160b47082d49d49ce39f65
parentbc12edf09c9a217b02716cf9fd8a747cd5d28c95 (diff)
downloadastro-dbefa16e57430b56ec6373ec837a0d4e4065f271.tar.gz
astro-dbefa16e57430b56ec6373ec837a0d4e4065f271.tar.zst
astro-dbefa16e57430b56ec6373ec837a0d4e4065f271.zip
keep publishing to latest, even in pre mode (#2990)
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9883dfd85..571c78e4e 100644
--- a/package.json
+++ b/package.json
@@ -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/*\"",