Skip to content

Commit

Permalink
Fixed build command
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Apr 19, 2024
1 parent d346872 commit b9ca3da
Showing 1 changed file 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 @@ -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"
},
Expand Down

0 comments on commit b9ca3da

Please sign in to comment.