Skip to content

Commit

Permalink
removed wasm step as prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorezz committed Nov 4, 2024
1 parent f0c50fe commit 65714e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint .",
"preview": "vite preview",
"_predev": "npm run build:wasm && cp src/generated/wasm_exec.js public/ && cp src/generated/main.wasm public/",
"prebuild": "npm run build:wasm && npm run build:licenses",
"wasmbuild": "npm run build:wasm && npm run build:licenses",
"build:licenses": "mkdir -p src/generated && tsx scripts/genLicenseList.ts src/generated/licenses.json",
"build:wasm": "cp \"$(go env GOROOT)/misc/wasm/wasm_exec.js\" public && GOOS=js GOARCH=wasm go build -o public/main.wasm src/wasm/main.go",
"serve": "rm -rf dist; npm run build && http-server dist",
Expand Down
File renamed without changes.

0 comments on commit 65714e8

Please sign in to comment.