0
Fork 0
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:
Fred K. Schott 2021-07-24 16:03:25 -07:00
parent b863c05ae6
commit 41ec280d51

View file

@ -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",