From b43de56b19d66d313bf2ee540baf2cb9fe41305d Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 30 Aug 2024 12:48:26 +0200 Subject: [PATCH] Fix typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c041e65..c26ac79 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/codex-storage/codex-js" }, "scripts": { - "prepack": "npm run buid", + "prepack": "npm run build", "prebuild": "rm -Rf dist/*", "build": "tsup tsup src/index.ts --format esm,cjs --dts --sourcemap", "compile": "tsc --noEmit",