Attempt 5
This commit is contained in:
		@ -71,13 +71,13 @@
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "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": "source \"$HOME/.cargo/env\" && curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y",
 | 
			
		||||
    "install:wasm-pack": ". $HOME/.cargo/env && curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y",
 | 
			
		||||
    "install:wasm-pack:windows": "cargo install wasm-pack",
 | 
			
		||||
    "install:tools:windows": "winget install jqlang.jq MikeFarah.yq GitHub.cli",
 | 
			
		||||
    "start": "vite --port=3000 --host=0.0.0.0",
 | 
			
		||||
    "start:prod": "vite preview --port=3000",
 | 
			
		||||
    "serve": "vite serve --port=3000",
 | 
			
		||||
    "build": "yarn install:rust && yarn build:wasm && vite build",
 | 
			
		||||
    "build": "yarn install:rust && . $HOME/.cargo/env && yarn build:wasm && vite build",
 | 
			
		||||
    "build:local": "vite build",
 | 
			
		||||
    "build:both": "vite build",
 | 
			
		||||
    "build:both:local": "yarn build:wasm && vite build",
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user