1 Commits

Author SHA1 Message Date
bc6f9a8c7f Add prepare script 2026-08-03 09:23:27 +00:00

View File

@@ -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"