From 7a1c0b7028c4f4f2ab27c08134b55ff2950def3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Fri, 17 May 2024 17:31:46 +0900 Subject: [PATCH] test --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a67c544aed0e..2c948c918135 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "prepare": "husky install && git config feature.manyFiles true && node ./crates/swc_ecma_preset_env/scripts/copy-data.js", "build": "cd ./packages/core && yarn build", "build:dev": "cd ./packages/core && yarn build:dev", - "build:ts": "cd ./packages/core && yarn build:ts" + "build:ts": "cd ./packages/core && yarn build:ts", + "test": "cd ./packages/core && yarn test" }, "devDependencies": { "@babel/compat-data": "^7.23.2",