update relase script
This commit is contained in:
parent
41ec280d51
commit
e2d37caa53
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"url": "https://github.com/snowpackjs/astro.git"
|
"url": "https://github.com/snowpackjs/astro.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"release": "yarn build:all && yarn changeset publish",
|
"release": "yarn build:all && npx changeset publish",
|
||||||
"benchmark": "yarn workspace astro run benchmark",
|
"benchmark": "yarn workspace astro run benchmark",
|
||||||
"build": "yarn build:core",
|
"build": "yarn build:core",
|
||||||
"build:one": "lerna run build --scope",
|
"build:one": "lerna run build --scope",
|
||||||
|
|
Loading…
Reference in a new issue