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 239045c commit 22a4b22Copy full SHA for 22a4b22
package.json
@@ -6,7 +6,7 @@
6
"wasm-pack": "^0.13.1"
7
},
8
"scripts": {
9
- "build:wasm": "wasm-pack build ./filetype_wasm --target web --out-dir ../docs/pkg && wasm-pack build ./hasher_wasm --target web --out-dir ../docs/pkg",
+ "build:wasm": "wasm-pack build ./ufile_wasm --target web --out-dir ../docs/pkg && wasm-pack build ./hasher_wasm --target web --out-dir ../docs/pkg",
10
"build-ghpages": "npm run build:wasm && npx @11ty/eleventy --pathprefix=/"
11
}
12
0 commit comments