diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 0f2b7bba..ba78768f 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -13,7 +13,7 @@ "main": "nodejs/loro_wasm.js", "module": "bundler/loro_wasm.js", "scripts": { - "build": "denot task release" + "build": "deno task release" }, "homepage": "https://loro.dev", "author": "", @@ -22,4 +22,4 @@ "vite-plugin-top-level-await": "^1.2.2", "vite-plugin-wasm": "^3.1.0" } -} \ No newline at end of file +}