Skip to content

Commit 11b4594

Browse files
authored
Only build the js on release (#43)
1 parent e2a4d76 commit 11b4594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"build": "make astro-wasm && lerna run build --scope @astrojs/compiler",
1111
"build:compiler": "lerna run build --scope @astrojs/compiler",
12-
"prerelease": "yarn build",
12+
"prerelease": "yarn build:compiler",
1313
"release": "changeset publish"
1414
},
1515
"workspaces": [

0 commit comments

Comments
 (0)