From a9e04d70d09e7c4db88c9d6f38ff3e90fe697053 Mon Sep 17 00:00:00 2001 From: Cashew Date: Sun, 28 Jan 2024 13:39:41 +0700 Subject: [PATCH] add package.json script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 095ae2140f..ebfee16575 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",