ci: run benchmark in ci
Some checks failed
📊 Benchmark the Runtime / release (push) Failing after 42s
🚀 Lint & Test & Deploy / release (push) Successful in 4m20s

This commit is contained in:
2026-02-13 14:46:02 +01:00
parent fd98d457a3
commit 580ec73465
10 changed files with 453 additions and 331 deletions

View File

@@ -2,7 +2,8 @@
"name": "@nodarium/utils",
"version": "0.0.5",
"description": "",
"main": "src/index.ts",
"main": "./src/index.ts",
"type": "module",
"scripts": {
"test": "vitest",
"format": "dprint fmt -c '../../.dprint.jsonc' .",