diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 0f8e82cd..c4dc2dd8 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "type": "module", "scripts": { + "bench": "vitest bench", "build": "node ./dev/bin/build.js", "build-libs": "node ./dev/bin/build-libs.js", "test": "npm run test-lint-js && npm run test-ts && npm run test-lint-css && npm run test-lint-html && npm run test-code && npm run test-build", @@ -46,6 +47,7 @@ "sourceDir": "ext" }, "devDependencies": { + "@codspeed/vitest-plugin": "^3.1.0", "@playwright/test": "^1.39.0", "@stylistic/eslint-plugin-ts": "^1.5.1", "@stylistic/stylelint-plugin": "^2.0.0", |