diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 373ae3533..4a9efe888 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/snowpackjs/astro.git" }, "scripts": { - "release": "yarn build && yarn changeset publish", + "release": "yarn build:all && yarn changeset publish", "benchmark": "yarn workspace astro run benchmark", "build": "yarn build:core", "build:one": "lerna run build --scope", |