We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a4d76 commit 11b4594Copy full SHA for 11b4594
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"build": "make astro-wasm && lerna run build --scope @astrojs/compiler",
11
"build:compiler": "lerna run build --scope @astrojs/compiler",
12
- "prerelease": "yarn build",
+ "prerelease": "yarn build:compiler",
13
"release": "changeset publish"
14
},
15
"workspaces": [
0 commit comments