update relase script

This commit is contained in:
Fred K. Schott 2021-07-24 16:03:38 -07:00
parent 41ec280d51
commit e2d37caa53

View file

@ -7,7 +7,7 @@
"url": "https://github.com/snowpackjs/astro.git"
},
"scripts": {
"release": "yarn build:all && yarn changeset publish",
"release": "yarn build:all && npx changeset publish",
"benchmark": "yarn workspace astro run benchmark",
"build": "yarn build:core",
"build:one": "lerna run build --scope",