diff --git a/package.json b/package.json index b97664d1e..154ec93c7 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,6 @@ "yargs": "^17.7.2" }, "scripts": { - "preinstall": "corepack enable", "install:rust": "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y", "install:rust:windows": "winget install Microsoft.VisualStudio.2022.Community --silent --override \"--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended\" && winget install Rustlang.Rustup", "install:wasm-pack:sh": ". $HOME/.cargo/env && curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y", @@ -78,7 +77,7 @@ "start": "vite --port=3000 --host=0.0.0.0", "start:prod": "vite preview --port=3000", "serve": "vite serve --port=3000", - "build": "yarn install:rust && . $HOME/.cargo/env && yarn install:wasm-pack:sh && yarn build:wasm && vite build", + "build": "corepack enable && yarn set version stable && yarn install:rust && . $HOME/.cargo/env && yarn install:wasm-pack:sh && yarn build:wasm && vite build", "build:local": "vite build", "build:both": "vite build", "build:both:local": "yarn build:wasm && vite build",