diff --git a/package.json b/package.json index 7446813..efc5261 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "url": "https://github.com/goto-bus-stop/setup-zig.git" }, "scripts": { - "build": "ncc build index.js -o dist", + "prepare": "ncc build index.js -o dist", "test": "standard" }, "standard": {