diff options
author | 2021-07-24 16:03:38 -0700 | |
---|---|---|
committer | 2021-07-24 16:03:38 -0700 | |
commit | e2d37caa5345cf37307546879724416b509591f7 (patch) | |
tree | 8e092cb490670fbecfba5748f2f29686a468f57e | |
parent | 41ec280d5107ffcedc9a7d1fb0a65ebb3ddf94a5 (diff) | |
download | astro-e2d37caa5345cf37307546879724416b509591f7.tar.gz astro-e2d37caa5345cf37307546879724416b509591f7.tar.zst astro-e2d37caa5345cf37307546879724416b509591f7.zip |
update relase scriptastro@0.18.0-next.5@astrojs/parser@0.18.0-next.5
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4a9efe888..0dbd63b96 100644 --- a/package.json +++ b/package.json @@ -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", |