mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
update relase script
This commit is contained in:
parent
b863c05ae6
commit
41ec280d51
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"url": "https://github.com/snowpackjs/astro.git"
|
||||
},
|
||||
"scripts": {
|
||||
"release": "yarn build && yarn changeset publish",
|
||||
"release": "yarn build:all && yarn changeset publish",
|
||||
"benchmark": "yarn workspace astro run benchmark",
|
||||
"build": "yarn build:core",
|
||||
"build:one": "lerna run build --scope",
|
||||
|
|
Loading…
Reference in a new issue