Revert "keep publishing to latest, even in pre mode (#2990)"
t
This reverts commit dbefa16e57
.
This commit is contained in:
parent
c51ce91365
commit
bffc212825
1 changed files with 1 additions and 1 deletions
|
@ -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/*\"",
|
||||
|
|
Loading…
Reference in a new issue