diff --git a/package.json b/package.json index a4cedcd..1016e67 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "format": "prettier --write .", "format:check": "prettier --check .", "lint": "tsc -p tsconfig.json --noEmit && eslint src", - "build": "npx build --package=@zenfs/core --globalName ZenFS_Emscripten -entry src/index.ts", + "build": "npx build --package=@zenfs/core --globalName ZenFS_Emscripten --entry src/index.ts", "build:docs": "typedoc --out docs --name 'ZenFS Emscripten' src/index.ts", "prepublishOnly": "npm run build" },