diff --git a/package.json b/package.json index 52c4ee8..f7c1e67 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dist" ], "scripts": { - "build": "unbuild", + "prepare": "unbuild", "release": "standard-version && npm publish && git push --follow-tags", "test": "mocha -r jiti/register ./test/**/*.test.*", "test:types": "tsc --noEmit --module esnext --skipLibCheck --moduleResolution node ./test/*.test.ts"