diff --git a/package.json b/package.json index b952cd8..3458bc1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "spellcheck": "cspell 'source/**' 'test/**' 'playground/**'", "style": "eslint", "syntax": "tsc --noEmit", - "test": "vitest --dir test/ --test-timeout=15000 --passWithNoTests --run --coverage" + "test": "vitest --dir test/ --test-timeout=15000 --passWithNoTests --run --coverage", + "prepare": "npm run build" }, "files": [ "dist"