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