mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
keep publishing to latest, even in pre mode (#2990)
This commit is contained in:
parent
bc12edf09c
commit
dbefa16e57
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"url": "https://github.com/withastro/astro.git"
|
"url": "https://github.com/withastro/astro.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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": "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:ci": "turbo run build:ci --no-deps --scope=astro --scope=create-astro --scope=\"@astrojs/*\"",
|
||||||
"build:examples": "turbo run build --scope=\"@example/*\"",
|
"build:examples": "turbo run build --scope=\"@example/*\"",
|
||||||
|
|
Loading…
Add table
Reference in a new issue