From 01fdc86b395262c83c82d64c632f68fcfde950e1 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Wed, 21 Jan 2026 09:29:06 +0800 Subject: [PATCH] chore: update test script to include semantic snap (#56679) * chore: update test script to include semantic snap * update * Update package.json Co-authored-by: thinkasany <480968828@qq.com> Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: thinkasany <480968828@qq.com> --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 163fa54a14..68d8253e68 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,7 @@ "test:site": "jest --config .jest.site.js --no-cache", "test:site-update": "npm run site && npm run test:site -- -u", "test:update": "jest --config .jest.js --no-cache -u", + "test:semantic:update": "npm run version && jest --config .jest.semantic.js --no-cache -u", "test:visual-regression": "tsx scripts/visual-regression/build.ts", "test:visual-regression:local": "tsx scripts/visual-regression/local.ts", "token:meta": "tsx scripts/generate-token-meta.ts",