summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-24 16:03:38 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-24 16:03:38 -0700
commite2d37caa5345cf37307546879724416b509591f7 (patch)
tree8e092cb490670fbecfba5748f2f29686a468f57e
parent41ec280d5107ffcedc9a7d1fb0a65ebb3ddf94a5 (diff)
downloadastro-e2d37caa5345cf37307546879724416b509591f7.tar.gz
astro-e2d37caa5345cf37307546879724416b509591f7.tar.zst
astro-e2d37caa5345cf37307546879724416b509591f7.zip
-rw-r--r--package.json2
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",